ClickHouse/tests/queries/0_stateless/01778_mmap_cache_infra.sql

8 lines
311 B
MySQL
Raw Normal View History

2021-03-28 19:29:32 +00:00
-- 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;
2021-03-28 19:34:23 +00:00
SELECT event FROM system.events WHERE event LIKE '%MMap%' ORDER BY event;
SELECT metric FROM system.metrics WHERE metric LIKE '%MMap%' ORDER BY metric;