Y
Hacker News
new
|
ask
|
show
|
jobs
by
pphysch
29 days ago
I don't see logs mentioned. I agree with most those applications but would keep my OLAP stuff (metrics, logs, traces) in a separate store like VictoriaMetrics, both for capacity and read activity.
2 comments
TkTech
29 days ago
pg_timescale can take you pretty far for metrics and would be Good Enough for almost all users. Totally agree on raw, high-volume logs though.
link
buremba
29 days ago
Yeah I have logs in Sentry, which also uses Postgresql.
link
valyala
29 days ago
Sentry stores logs in ClickHouse -
https://blog.sentry.io/how-sentry-queries-unstructured-data-...
link
buremba
29 days ago
Thanks for correcting me, I was wondering why I got downvoted. :)
Clickhouse is also great for OLAP for sure
link