We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE UNIQUE INDEX myindex01 ON mytable (id) WITH (timescaledb.transaction_per_chunk); returns error:
CREATE UNIQUE INDEX myindex01 ON mytable (id) WITH (timescaledb.transaction_per_chunk);
ERROR: cannot use timescaledb.transaction_per_chunk with UNIQUE or PRIMARY KEY
No info provided.
Add some info like "Limitation" or "Note" rectangle info or similar that UNIQUE index is not supported.
https://docs.timescale.com/api/latest/hypertable/create_index/
Tested on TimescaleDB v1.18.2 on PostgreSQL v15.10 on Red Hat 9
The text was updated successfully, but these errors were encountered:
atovpeko
When branches are created from issues, their pull requests are automatically linked.
Using "timescaledb.transaction_per_chunk" can not be created on UNIQUE index
CREATE UNIQUE INDEX myindex01 ON mytable (id) WITH (timescaledb.transaction_per_chunk);
returns error:
What do the docs say now?
No info provided.
What should the docs say?
Add some info like "Limitation" or "Note" rectangle info or similar that UNIQUE index is not supported.
Page affected
https://docs.timescale.com/api/latest/hypertable/create_index/
Any further info
Tested on TimescaleDB v1.18.2 on PostgreSQL v15.10 on Red Hat 9
The text was updated successfully, but these errors were encountered: