Skip to content

Commit df9c4da

Browse files
authored
Support inserting into compressed chunks (timescale#130)
1 parent d36ffd8 commit df9c4da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/compression.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Altering data of compressed chunks still has some limitations:
5050
- You cannot use the `RETURNING` clause.
5151
- Triggers are not fully supported when inserting into compressed chunks:
5252
- 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.
5356

5457

5558

0 commit comments

Comments
 (0)