Addition to prev. revision

This commit is contained in:
Alexey Milovidov 2019-08-31 04:21:10 +03:00
parent fd85a862f0
commit e4376a3f6f

View File

@ -8,7 +8,7 @@ set -e
function thread1()
{
while true; do
$CLICKHOUSE_CLIENT --query_id=hello --query "SELECT count() FROM system.numbers";
$CLICKHOUSE_CLIENT --query_id=hello --query "SELECT count() FROM numbers(1000000000)" --format Null;
done
}