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
Add RocksDB option files and manifest for themis_admin_cache
- Introduced new manifest file `MANIFEST-000137` for RocksDB.
- Added two options files `OPTIONS-000139` and `OPTIONS-000141` with detailed configuration settings for RocksDB, including DBOptions and CFOptions.
- Configurations include parameters for compaction, memory management, and logging to optimize database performance.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Documentation / Governance — 66/66 Module Status Synchronization (2026-06-14)
11
+
12
+
- Root status sources were synchronized to a full `src/*` inventory with **66/66 modules** covered.
13
+
-`ROADMAP.md` module table now reflects one evidence-based status line per module (including previously omitted modules like `plugins`, `observability`, `search`, `transaction`, `updates`).
ThemisDB is a **high-performance multi-model database engine in active development** that aims to combine relational, graph, vector, document, geospatial, and time-series storage in a single system — with native AI/LLM integration. **Current Status:** Core infrastructure and utilities are stable and production-ready (5 modules). Critical modules like server, sharding, storage, and LLM are not yet production-ready and require focused hardening before production deployment. See [ai_working/MODULE_MATURITY_MATRIX.md](ai_working/MODULE_MATURITY_MATRIX.md) for detailed module status assessment.
63
+
ThemisDB is a **high-performance multi-model database engine in active development** that aims to combine relational, graph, vector, document, geospatial, and time-series storage in a single system with native AI/LLM integration.
59
64
60
-
ThemisDB is under active development with comprehensive module documentation. **⚠️ Current Status:**Only 5 modules are production-ready; 12 are in hardening; 18 are in active development; 25 are not ready for production (see [ROADMAP.md](ROADMAP.md)and [ai_working/MODULE_MATURITY_MATRIX.md](ai_working/MODULE_MATURITY_MATRIX.md) for details).
65
+
**Current Status (2026-06-14, source-evidence based):**66 modules are tracked in `src`; 15 are `PRODUCTION_CANDIDATE`, 45 are `HARDENING`, 2 are `EXPERIMENTAL`, and 4 are `THIN/PLACEHOLDER`. See [ROADMAP.md](ROADMAP.md)for detailed per-module status.
0 commit comments