Internals¶
Deep dive into CongraphDB's architecture and implementation.
Architecture¶
- Architecture — High-level system design and recent improvements
- Storage Format — On-disk data organization and page structure
- Query Execution — How queries are processed from parsing to execution
- Binder — Semantic analysis and variable binding
- Operators — Physical operator reference
- Functions — Built-in functions reference
- Transaction Log — Write-ahead logging implementation
- Index Structures — HNSW and other indexes
Contributing¶
- Contributing — How to contribute to CongraphDB