Is there any "without cache" option in clickhouse select query?
I want to check run-time performance of clickhouse without cache.
I expect options like SQL_NO_CACHE in mysql.
SELECT SQL_NO_CACHE * FROM table WHERE search= 'keyword';
The cache reset is done in two steps:
sync; echo 1 > /proc/sys/vm/drop_caches
SYSTEM DROP MARK CACHE
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With