Relative Content

Tag Archive for djangopostgresqltimescaledbhypertable

How to deal with Django and TimescaleDB hypertables?

Firstly hypertable needs all PK contains partition column, in this case time, and in the other hand Django does not allow create multi column PK so you can’t create a PK that could contains the time column.