What does HackerNews think of timescaledb?

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.

Language: C

#37 in Database
#23 in PostgreSQL
#41 in PostgreSQL
#34 in SQL
Since this is an engine extension, I wonder if it would have any effect when combined with others. For example, timescaledb [0] acts on underlying tables. I wonder if this would have some effect if you did something like

    create table xyz(...) using orioledb;
    select create_hypertable(xyz, ts);
[0] https://github.com/timescale/timescaledb
TimescaleDB is packaged as a postgres extension, there's a GitHub project here if anyone is interested to check in on that https://github.com/timescale/timescaledb
Thanks for letting me know. Have you filed a Github issue? If so, could you point me to it? Thanks!

https://github.com/timescale/timescaledb