mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-28 18:36:33 +02:00
initial pass at PARTITION KEY support.
This commit is contained in:
parent
9cc0deae34
commit
776d86cc0c
3 changed files with 755 additions and 154 deletions
7
TODO
Normal file
7
TODO
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue