We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cb5bcb + 9c1eee0 commit b0d2f59Copy full SHA for b0d2f59
2 files changed
clickhouse-datalake-partitioned/run.sh
@@ -5,6 +5,7 @@ QUERY_NUM=1
5
6
./clickhouse local --path . --query="$(cat create.sql)"
7
cat queries.sql | while read -r query; do
8
+ rm -rf /dev/shm/clickhouse/*
9
sync && echo 3 | sudo tee /proc/sys/vm/drop_caches > /dev/null
10
11
echo -n "["
clickhouse-datalake/run.sh
0 commit comments