ClickHouse/tests/queries/0_stateless/01778_mmap_cache_infra.sql
Alexey Milovidov cb252de4d3 Just in case
2021-03-28 22:34:23 +03:00

8 lines
311 B
SQL

-- We check the existence of queries and metrics and don't check the results (a smoke test).
SYSTEM DROP MMAP CACHE;
SET system_events_show_zero_values = 1;
SELECT event FROM system.events WHERE event LIKE '%MMap%' ORDER BY event;
SELECT metric FROM system.metrics WHERE metric LIKE '%MMap%' ORDER BY metric;