TimescaleDB is great for storing time series comparing to vanilla ProstgreSQL!<p>Unfortunately it sometimes looses in storage cost-effectiveness comparing to competing TSDBs - <a href="https://medium.com/@valyala/when-size-matters-benchmarking-victoriametrics-vs-timescale-and-influxdb-6035811952d4" rel="nofollow">https://medium.com/@valyala/when-size-matters-benchmarking-v...</a>
Can this be used side by side on normal Postgres cluster? As in could I have one DB for app data, and one for metrics data? Considering switching from MySQL (ndb cluster) to running a Postgres cluster and this could be a good motivator.
How fast is it when it has a TB of data? I realize that this is affected by the machine it is running on, but just curious how long those sample queries in the docs would take to run.