Skip to content

Commit 5399718

Browse files
committed
update result
1 parent 09c75af commit 5399718

File tree

5 files changed

+26
-23
lines changed

5 files changed

+26
-23
lines changed

hologres/results/hologres_bluesky_1000m.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"num_loaded_documents": 996999604,
1111
"total_size": 127917465027,
1212
"result": [
13-
[0.871867,0.372306,0.368595],
14-
[13.9744,12.3741,12.3773],
15-
[1.18064,0.62016,0.641407],
16-
[2.00502,1.59837,1.59216],
17-
[2.05533,1.71199,1.70547]
13+
[0.697501,0.374251,0.365646],
14+
[12.2569,13.2993,12.0589],
15+
[0.939368,0.928345,0.903049],
16+
[1.83206,1.7379,1.73663],
17+
[1.84332,1.83347,1.83504]
1818
]
1919
}

hologres/results/hologres_bluesky_100m.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"num_loaded_documents": 99999984,
1111
"total_size": 12601313624,
1212
"result": [
13-
[0.125652,0.058975,0.0578],
14-
[2.24972,1.85581,1.81485],
15-
[0.152823,0.081402,0.08157],
16-
[0.249986,0.217169,0.208558],
17-
[0.261454,0.218221,0.232391]
13+
[0.101054,0.057932,0.055567],
14+
[2.03141,1.84107,1.81131],
15+
[0.120029,0.082595,0.08217],
16+
[0.207844,0.200552,0.20372],
17+
[0.224962,0.220324,0.223028]
1818
]
1919
}

hologres/results/hologres_bluesky_10m.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"num_loaded_documents": 9999997,
1111
"total_size": 1301202397,
1212
"result": [
13-
[0.039704,0.026725,0.02526],
14-
[0.316713,0.305841,0.26521],
15-
[0.045679,0.042317,0.031781],
16-
[0.061012,0.050997,0.049643],
17-
[0.070111,0.054236,0.053687]
13+
[0.036402,0.025785,0.025481],
14+
[0.305669,0.268813,0.293167],
15+
[0.038443,0.032315,0.032234],
16+
[0.049201,0.051427,0.051265],
17+
[0.054289,0.055561,0.055911]
1818
]
1919
}

hologres/results/hologres_bluesky_1m.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"num_loaded_documents": 1000000,
1111
"total_size": 134518668,
1212
"result": [
13-
[0.029467,0.021407,0.021018],
14-
[0.058642,0.045417,0.046737],
15-
[0.031809,0.023022,0.023018],
16-
[0.035425,0.026159,0.026751],
17-
[0.035892,0.028317,0.027894]
13+
[0.023704,0.021303,0.021568],
14+
[0.053402,0.047572,0.046956],
15+
[0.025029,0.023787,0.022639],
16+
[0.026078,0.025655,0.02596],
17+
[0.027063,0.028376,0.039474]
1818
]
1919
}

hologres/run_queries.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ echo "[$(date '+%Y-%m-%d %H:%M:%S')] $(basename "$0") START"
1515

1616
cat queries.sql | while read -r query; do
1717

18-
echo "Clearing cache..."
19-
$HOLOGRES_PSQL -d "$DB_NAME" -c "select hg_admin_command('freecache');"
20-
echo "Cache cleared."
18+
# Hologres stores data in Pangu (distributed FS), which has no caching - therefore no need to clear OS or Pangu cache.
19+
20+
# echo "Clearing file system cache..."
21+
# sync
22+
# echo 3 | sudo tee /proc/sys/vm/drop_caches >/dev/null
23+
# echo "File system cache cleared."
2124

2225
# Print the query
2326
echo "(TRIES: $TRIES) Running query: $query"

0 commit comments

Comments
 (0)