Skip to content

Conversation

@samwillis
Copy link
Contributor

This is a version of sqlite backed index that uses a single table. It will result in faster reads (for joins), but compaction will be slower.

@samwillis samwillis force-pushed the samwillis/alt-single-table-sqlite-index branch from 8eb3bef to 07b78e4 Compare December 20, 2024 18:32
@samwillis samwillis marked this pull request as ready for review December 21, 2024 13:32
@samwillis samwillis merged commit 0ccdc5a into main Dec 21, 2024
1 check passed
@samwillis samwillis deleted the samwillis/alt-single-table-sqlite-index branch December 21, 2024 13:32
cursor bot pushed a commit to samwillis/d2ts that referenced this pull request Jul 13, 2025
* Version of the sqlite index using a single table

* Cache the compaction frontear

* Simplify sql for join, do combining of values in JS

* use temp tables for the delta in an index join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants