(no title)
notinventedhear | 6 years ago
"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...
cevian|6 years ago