joedb
1. Introduction
2. User Guide
2.1. Getting Started
2.2. Opening Files
2.3. Vectors
2.4. Checkpoints
2.5. Schema Upgrade
2.6. Indexes
2.7. Concurrency
2.8. Blobs
3. Reference
joedb
2.
User Guide
2.
User Guide
2.1. Getting Started
2.1.1. Compiling from source
2.1.2. First Steps
2.1.3. Using joedb with cmake
2.2. Opening Files
2.2.1. joedb::Open_Mode
2.2.2. tutorial::File_Client
2.2.3. Buffered_File
2.3. Vectors
2.4. Checkpoints
2.4.1. Soft Checkpoints
2.4.2. Recovering from a Crash
2.4.3. Checkpoints and Concurrency
2.4.4. Benchmarks
2.5. Schema Upgrade
2.6. Indexes
2.6.1. Defining Indexes
2.6.2. Using Indexes
2.7. Concurrency
2.7.1. Principle
2.7.2. Example
2.7.3. Connections
2.7.4. Combining Local and Remote Concurrency
2.7.5. Using a Client_Lock instead of a Lambda
2.8. Blobs