Merge branch 'main' into auxiliary

This commit is contained in:
Alex Garcia 2024-11-20 00:28:09 -08:00
commit 7832a7f6fe
5 changed files with 319 additions and 5 deletions

4
TODO
View file

@ -4,10 +4,10 @@
- remove previous row from chunk, insert into new one?
- [ ] properly sqlite3_vtab_nochange / sqlite3_value_nochange handling
# auxiliary columns
- 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
- perf: LEFT JOIN aux table to rowids query in vec0_cursor for rowid/point
stmts, to avoid N lookup queries