sqlite-vec/TODO

18 lines
616 B
Text
Raw Normal View History

2024-11-18 11:56:47 -08:00
- [ ] add `xyz_info` shadow table with version etc.
2024-11-19 22:03:31 -08:00
2024-11-13 17:54:10 -08:00
- later
2024-11-19 22:03:31 -08:00
- [ ] partition: UPDATE support
- [ ] skip invalid validity entries in knn filter?
- [ ] nulls in metadata
- [ ] partition `x in (...)` handling
- [ ] blobs/date/datetime
- [ ] uuid/ulid perf
- [ ] Aux columns: `NOT NULL` constraint
- [ ] Metadata columns: `NOT NULL` constraint
- [ ] Partiion key: `NOT NULL` constraint
- [ ] dictionary encoding?
- [ ] properly sqlite3_vtab_nochange / sqlite3_value_nochange handling
- [ ] perf
- [ ] aux: cache INSERT
- [ ] aux: LEFT JOIN on `_rowids` queries to avoid N lookup queries