mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
ec7126420f
Change-Id: Iae2011ea431302fae1d1627297a061d6d01f7555
50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
|
|
_The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет хорошо._
|
|
|
|
\section toc Table of Contents
|
|
|
|
This manual is divided into parts,
|
|
each of which is divided into several sections.
|
|
|
|
1. The \ref intro
|
|
- \ref characteristics
|
|
- Preface
|
|
- Features
|
|
- Limitations
|
|
- Gotchas
|
|
- Comparison with other databases
|
|
- \ref restrictions
|
|
- \ref performance
|
|
- Integral performance
|
|
- Read Scalability
|
|
- Sync-write mode
|
|
- Lazy-write mode
|
|
- Async-write mode
|
|
- Cost comparison
|
|
2. \ref usage
|
|
- \ref getting
|
|
- Embedding
|
|
- Building
|
|
- \ref starting
|
|
- Opening
|
|
- Cursors
|
|
- Threads and processes
|
|
- Transactions
|
|
- Duplicate keys aka Multi-values
|
|
- Cleaning up
|
|
- \ref bindings
|
|
|
|
3. The `C/C++` API manual:
|
|
- The \ref c_api reference
|
|
- \ref c_crud_hints "Quick reference for Insert/Update/Delete operations"
|
|
- The \ref mdbx.h header file reference
|
|
- The \ref cxx_api reference
|
|
- The \ref mdbx.h++ header file reference
|
|
|
|
Please do not hesitate to point out errors in the documentation,
|
|
including creating [PR](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests) with corrections and improvements.
|
|
|
|
---
|
|
|
|
\section mithril Mithril DB
|