sqlite-vec/TODO

25 lines
578 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
- 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
2024-10-15 12:08:42 -07:00
# metadata filtering
- boolean value handling
- DELETE and UPDATE support
- large strings
- date/datetime
2024-11-13 17:54:10 -08:00
- later
- `v in (...)` handling
- remaining TODO items
- dictionary encoding?