Skip to content

[QUESTION] CHProxy caching (v1.19.0) #329

@Tarkerro

Description

@Tarkerro

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
image_2023-04-24_14-44-38
However all requests from chproxy still ignore caching and go directly to the clickhouse.
image
image
image

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions