Skip to content

Commit

Permalink
initial pass at PARTITION KEY support.
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Oct 14, 2024
1 parent 9cc0dea commit 776d86c
Show file tree
Hide file tree
Showing 3 changed files with 755 additions and 154 deletions.
7 changes: 7 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# partition

- UPDATE on partition key values
- remove previous row from chunk, insert into new one?
- enforce column types on insert?
- allow null values?
- properly sqlite3_vtab_nochange / sqlite3_value_nochange handling
Loading

0 comments on commit 776d86c

Please sign in to comment.