Experiences with ClickHouse hot/cold storage for Plausible CE? #6676
Unanswered
RazerPie
asked this question in
Self-Hosted Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm planning a self-hosted Plausible CE deployment and I'm looking into long-term CLickHouse storage options.
Traffic will be somewhat seasonal, potentially around 10M+ pageviews/moth durin busier periods, while much lower during quieter months. I'd like to keep historical analytics indefinitely, but I don'n necessarily want severl years of rarely accessed data occupying the fast local storage.
I'm considerin setup along these lines:
TTL .. TO VOLUMESo conceptually:
Local NVMe - recent data, 0-12 months
↓ TTL MOVE
Slower storage - historical data +12 months
I'm mainly interested in whether anyone is already doing something similar with Plausible CE in production.
A few specific questions:
I'm not mainly looking to delete old analytics. The goal is to keep them queryable while allowing older, rarely accessed data to live on cheaper/slower storage.
Any production experiences, configuration approaches, or upgrade-related caveats would be very useful. : )
All reactions