Skip to content

Making duckdb backend more space efficient#44

Draft
gtfierro wants to merge 2 commits into
mainfrom
duckdb-space-efficient-storage
Draft

Making duckdb backend more space efficient#44
gtfierro wants to merge 2 commits into
mainfrom
duckdb-space-efficient-storage

Conversation

@gtfierro

@gtfierro gtfierro commented May 29, 2026

Copy link
Copy Markdown
Contributor

Removing some redundant indexes (UNIQUE and INDEX can just be UNIQUE INDEX) and removing indexes for query patterns we don't have (by ref_uri and value). We can always add them back!

Also sorting output when returned back. This is nice and probably helps some downstream processing, but I need to measure if its more efficient to do in duckdb.

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.

1 participant