https://github.com/karpeleslab/dbidx
Library to generate indices values
https://github.com/karpeleslab/dbidx
Last synced: 12 months ago
JSON representation
Library to generate indices values
- Host: GitHub
- URL: https://github.com/karpeleslab/dbidx
- Owner: KarpelesLab
- License: mit
- Created: 2024-07-19T17:30:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T16:11:10.000Z (almost 2 years ago)
- Last Synced: 2024-07-21T09:00:21.768Z (almost 2 years ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbidx
Database indexing low level constructs. This can be used to index values of different kinds in a keyval store, allowing fetching based on specific values, check for unique entries or sorting.
The basic process is to generate index values for a record and store these alongside the record. If the record is modified the index values need to be modified. It is up to the store to keep track of which index values exist for a record and remove the old values.