Comment by kaspermarstal
2 years ago
None that I am aware of, and that is why I am very interested in learning about any red flags you might have found that motivated your decision to move off Postgres/Supabase and that others should be aware of.
2 years ago
None that I am aware of, and that is why I am very interested in learning about any red flags you might have found that motivated your decision to move off Postgres/Supabase and that others should be aware of.
Currently the project is all Postgres and the managed version is on Supabase. No scalability issues yet, we consider different OLAP options as we are mostly interested in faster analytical queries
I've been using it recently and I will say it is definitely harder to perform common time series queries than something like InfluxDB.
Can you elaborate? Harder as in writing queries or harder as in making queries performant?
Writing them primarily, for example there isn't a super simple replacement for something like `derivative` (https://docs.influxdata.com/flux/v0.x/stdlib/universe/deriva...) in timescaledb.