1 Repo
Cursor-based navigation that moves to a specific key or the next available key in a sorted sequence.
Distinct from Key Listing: Distinct from listing (f10_mt2) or renaming (f10_mt4); this is about cursor positioning in a sorted index.
Explore 1 awesome GitHub repository matching data & databases · Key Seeking. Refine with filters or upvote what's useful.
Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a
Provides the ability to move a cursor to a specific key or the nearest succeeding key.