sqlite-vec/TODO

16 lines
481 B
Text
Raw Normal View History

2024-10-13 22:11:13 -07:00
# partition
2024-11-13 11:55:18 -08:00
- [ ] UPDATE on partition key values
2024-10-13 22:11:13 -07:00
- remove previous row from chunk, insert into new one?
2024-11-13 11:55:18 -08:00
- [ ] properly sqlite3_vtab_nochange / sqlite3_value_nochange handling
# auxiliary columns
2024-11-13 15:01:43 -08:00
- in xBestIndex, ensure there are no constraints on any aux column
- DELETE and UPDATE support
- later:
- NOT NULL?
- perf: INSERT stmt should be cached on vec0_vtab
- perf: LEFT JOIN aux table to rowids query in vec0_cursor for rowid/point stmts, to avoid N lookup queries