2017-09-05 18:53:28 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2017-09-06 19:07:22 +00:00
|
|
|
( curl -s --head "${CLICKHOUSE_URL:=http://localhost:8123/}?query=SELECT%201";
|
|
|
|
curl -s --head "${CLICKHOUSE_URL:=http://localhost:8123/}?query=select+*+from+system.numbers+limit+1000000" ) | grep -v "Date:"
|