mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
11 lines
452 B
Plaintext
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
|