-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
Description
We used articles to set up local caching
https://www.chproxy.org/configuration/caching
https://github.com/ContentSquare/chproxy/blob/master/config/README.md
It appears to be active now

However all requests from chproxy still ignore caching and go directly to the clickhouse.



Tried different configurations, the last one:
caches:
- name: "portfolio_cache"
mode: "file_system"
file_system:
dir: "/opt/chproxy/cache"
max_size: 50Gb
max_payload_size: 50Gb
expire: 1h
grace_time: 20s
shared_with_all_users: true
What could be the problem? Maybe we need additional parameters in the requests, or maybe we
have a configuration problem?