|
|
|
|
|
by notinventedhear
2493 days ago
|
|
TimescaleDB looks really very promising but this is a red flag: "Hypertables support all standard PostgreSQL constraint types, with the exception of foreign key constraints on other tables that reference values in a hypertable"[1] Naively I'd assume this could cause a two-colouring of your schema - the partition that can use referential integrity and another with hypertables that doesn't which feels like a pretty big trade-off. [1] https://docs.timescale.com/latest/using-timescaledb/schema-m... |
|