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
|
2024-10-14 11:06:25 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# auxiliary columns
|
|
|
|
|
|
|
|
|
|
- DELETE and UPDATE support
|
|
|
|
|
- in xBestIndex, ensure there are no constraints on any aux column
|
|
|
|
|
- enforce column types, ie STRICT?
|
|
|
|
|
- NOT NULL?
|
2024-10-14 11:23:57 -07:00
|
|
|
- drop aux shadow table on xDestroy
|
2024-10-14 11:06:25 -07:00
|
|
|
- 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
|