An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
17.9k
stars
882
forks
source link
Error creating primary key with many columns on existing hypertable #1131
Closed
xvaara closed 5 years ago
Relevant system information:
postgres --version
): 11.2\dx
inpsql
):1.2.2Describe the bug Was testing different primary key combinations for benchmarking. And noticed this when changing primary key.
It works if the primary key is created before create_hypertable.
To Reproduce Steps to reproduce the behavior:
Expected behavior Primary key created.
Actual behavior Error.