ClickHouse/tests/queries/0_stateless/02494_query_cache_user_quotas.reference
2023-04-23 16:13:51 +00:00

11 lines
452 B
Plaintext

Run SELECT with quota that current user may use only 1 byte in the query cache 1
Expect no entries in the query cache 0
Run SELECT again but w/o quota 1
Expect one entry in the query cache 1
---
Run SELECT which writes its result in the query cache 1
Run another SELECT with quota that current user may write only 1 entry in the query cache 1
Expect one entry in the query cache 1
Run another SELECT w/o quota 1
Expect two entries in the query cache 2