mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-28 10:26:35 +02:00
Initial pass at metadata filtering
This commit is contained in:
parent
bfb279c0a1
commit
adddea078f
3 changed files with 1104 additions and 9 deletions
10
TODO
10
TODO
|
|
@ -16,3 +16,13 @@
|
|||
- drop aux shadow table on xDestroy
|
||||
- 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
|
||||
|
||||
# metadata filtering
|
||||
|
||||
- boolean value handling
|
||||
- DELETE and UPDATE support
|
||||
- large strings
|
||||
- date/datetime
|
||||
- `v in (...)` handling
|
||||
- remaining TODO items
|
||||
- dictionary encoding?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue