Bitmapped record number databases using Python interfaces to Berkeley DB, SQLite, UnQLite, Vedis, and DPT.
Project description
Description
A record number database is seen as a set of fixed size segments, and an existence bitmap is associated with each segment which contains any records. The idea is from Model 204 (Rocket Software).
Where an index value refers to many records in a segment these references are encoded as a bitmap or a list of record numbers, in a single <index value> : <bitmap or list> record, rather than as many <index value> : <record number> records. When ‘many’ is small a list is favoured to save the space needed for large numbers of unset bits.
The interfaces provided by the apsw, berkeleydb, bsddb3, dptdb, and sqlite3, Python modules are supported.
The interfaces provided by the dbm.gnu, dbm.ndbm, unqlite, and vedis, Python modules are available for experiment.
Installation Instructions
This package is available on PyPI so can be installed by typing
python -m pip install –user solentware-base
at the command prompt.
See Python and pip documentation for alternatives and platform-specific points.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file solentware-base-5.0.tar.gz
.
File metadata
- Download URL: solentware-base-5.0.tar.gz
- Upload date:
- Size: 201.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffd31b9bd004296d0af80eafcc81362512e134734a663ffa903138dc33d0d94f |
|
MD5 | 500d6af0e530361cbe982e3def6fb762 |
|
BLAKE2b-256 | 08f2d508955c0bd2894020ce261aaed01681d59af5c9f27d51c44f3f8f2e81cf |
File details
Details for the file solentware_base-5.0-py3-none-any.whl
.
File metadata
- Download URL: solentware_base-5.0-py3-none-any.whl
- Upload date:
- Size: 237.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64e6e80ad949090d76c4bbf3c5c0cd9207bddeba70ec62c6ca7fc6c16b3f9af0 |
|
MD5 | 877e55fd5b2a76ed70c59a8cd9662d88 |
|
BLAKE2b-256 | ee20ef85d7846f050da73157d6188b99a6eb2524254bc56c0e63c6da86e6ef6b |