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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
-**Index format**: Optimized memory and disk usage by approximately 50%.
22
22
- File paths are now stored in a dictionary structure, mapped to unique numerical IDs.
23
23
- All numerical values are encoding using VarInt encoding
24
+
25
+
26
+
## [2.0.0] - 2026-02-28
27
+
### Added
28
+
- LSM-tree architecture with SSTable storage, enabling indexing of large datasets without loading the entire index into RAM.
29
+
- Compact command to optimize the index by removing stale entries and merging SSTable levels.
30
+
31
+
### Changed
32
+
- Complete overhaul of the indexing engine: replaced in‑memory dictionary with disk‑based LSM tree. Index format is now incompatible with versions 1.x.
0 commit comments