mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Addition to prev. revision
This commit is contained in:
parent
fd85a862f0
commit
e4376a3f6f
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user