Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
ece1850
feat: add named database profiles and configuration options
sphildreth Jun 21, 2026
3dcb5b8
Add performance improvement prompt and benchmark runner script
sphildreth Jun 21, 2026
12d5fb0
Enhance DecentDB with residual predicate support for filtered project…
sphildreth Jun 21, 2026
0f10739
feat: optimize arithmetic updates to preserve non-updated wide row co…
sphildreth Jun 21, 2026
9fe860a
feat: implement left join indexed aggregate fast path for improved pe…
sphildreth Jun 21, 2026
baa8f03
feat: enhance performance of filtered projections with indexed range …
sphildreth Jun 21, 2026
4b4dd5e
feat: implement per-index incremental update tracking and predicate c…
sphildreth Jun 22, 2026
b797211
Add tests for grouped queries and indexed joins with distinct aggregates
sphildreth Jun 22, 2026
2374e23
Add comprehensive tests for movie-related queries and optimize full-t…
sphildreth Jun 22, 2026
ee8816c
Add support for UUID handling in prepared statements and runtime inde…
sphildreth Jun 22, 2026
71ea04e
feat: enhance UUID handling in prepared statements and optimize check…
sphildreth Jun 22, 2026
5fbc2bc
Enhance full-text search and ranking, improve document deletion, and …
sphildreth Jun 22, 2026
a851b4c
Align WAL sync mode with SQLite semantics for improved benchmark accu…
sphildreth Jun 23, 2026
7834e8c
refactor: simplify resident read checks by removing SingleProcessUnsa…
sphildreth Jun 23, 2026
2dac09a
Add benchmark results for complex and movie workloads in JSON format
sphildreth Jun 23, 2026
f4d09b1
bump: update version to 2.15.0 across all relevant files and document…
sphildreth Jun 23, 2026
ea008c8
refactor: improve overlay checksum matching logic in chunk reuse
sphildreth Jun 24, 2026
0617e05
Add multiple ADRs to address performance gaps in DecentDB
sphildreth Jun 24, 2026
7c7fb71
feat: Implement in-place delete tombstones for resident tables and up…
sphildreth Jun 26, 2026
bf41473
feat: implement logical tombstone handling for resident tables
sphildreth Jun 26, 2026
7dcdea9
refactor: remove Showdown native defaults benchmark from runner for a…
sphildreth Jun 26, 2026
6ec12ab
feat: enhance full-text indexing and search performance with bulk con…
sphildreth Jun 28, 2026
beaaeb3
feat: add decoding for FLOAT64 values in row records
sphildreth Jun 28, 2026
0a15474
Enhance documentation for DecentDB, focusing on user guidance and per…
sphildreth Jun 28, 2026
4223211
feat: add Rich Structured Errors and Developer Diagnostics specification
sphildreth Jun 28, 2026
a9de906
Add WIP Future Wins Suggestions Document
sphildreth Jun 28, 2026
be2987e
Refactor metric improvement documentation and archive old plan
sphildreth Jun 28, 2026
1d4e703
chore: update documentation links to reflect the archiving of the met…
sphildreth Jun 28, 2026
4fbe61a
Reprioritize future development focus in changelog to highlight criti…
sphildreth Jun 28, 2026
6ada104
Add user guide comparisons for DecentDB with LiteDB, PGlite, and Turs…
sphildreth Jun 28, 2026
f81f4a1
Enhance FUTURE_WINS.md with detailed competitor analysis and adoption…
sphildreth Jun 28, 2026
01491ab
Enhance deferred SQL view execution and performance improvements
sphildreth Jun 29, 2026
b7e451b
feat(planner): optimize join handling and performance
sphildreth Jun 29, 2026
650a493
feat: Complete WIN01 performance improvements and update changelog
sphildreth Jun 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = [
resolver = "2"

[workspace.package]
version = "2.14.0"
version = "2.15.0"
edition = "2021"
authors = ["Steven Hildreth"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.0
2.15.0
Binary file modified assets/decentdb-benchmarks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading