You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lite currently uses DuckDB.NET 1.4.4. DuckDB v1.5.0 ("Variegata") was released on March 9, 2025 with several improvements relevant to our embedded usage:
Concurrent commits during checkpointing — could reduce lock contention between the collector and maintenance
Concurrent deletes and insertions with indexes during checkpointing — same benefit
Which component(s) does this affect?
Problem Statement
Lite currently uses DuckDB.NET 1.4.4. DuckDB v1.5.0 ("Variegata") was released on March 9, 2025 with several improvements relevant to our embedded usage:
Full release notes: https://github.com/duckdb/duckdb/releases/tag/v1.5.0
Proposed Solution
DuckDB.NET.DataandDuckDB.NET.Bindings.Fullfrom 1.4.4 to 1.5.0 inLite/Lite.csprojUse Case
Stay current with upstream, benefit from concurrency and memory improvements.
Alternatives Considered
Stay on 1.4.4 — no urgency, but falling behind makes future upgrades harder.
Additional Context
Current packages in
Lite/Lite.csproj: