We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36ffd8 commit df9c4daCopy full SHA for df9c4da
api/compression.md
@@ -50,6 +50,9 @@ Altering data of compressed chunks still has some limitations:
50
- You cannot use the `RETURNING` clause.
51
- Triggers are not fully supported when inserting into compressed chunks:
52
- You cannot use `AFTER INSERT` row-level triggers (`FOR EACH ROW`).
53
+ - Constraints are not fully supported when inserting into compressed chunks:
54
+ - Unique constraints (`UNIQUE`) are not supported.
55
+ - Primary Keys (`PRIMARY KEY`) are not supported.
56
57
58
0 commit comments