Skip to main content

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, bitbase, bsddb, bsddb3, dptdb, and sqlite3, Python modules are supported.

Installation Instructions

Install the package by typing

python setup.py install

at the command prompt with setup.py in the current directory.

You may need to give the path and version of Python depending on your system’s configuration:

<path to python>/python<version> setup.py install

For example

C:\Python36\python setup.py install

on Microsoft Windows or

python3.6 setup.py install

on Unix-like systems.

Use Python 3.6 or later.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solentware-base-4.1.1.tar.gz (257.7 kB view details)

Uploaded Source

File details

Details for the file solentware-base-4.1.1.tar.gz.

File metadata

  • Download URL: solentware-base-4.1.1.tar.gz
  • Upload date:
  • Size: 257.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.4

File hashes

Hashes for solentware-base-4.1.1.tar.gz
Algorithm Hash digest
SHA256 2035a8f28a39574aa28f9a9b7fc0534dd553988fd1731756fe385a2c4248bb3a
MD5 9793ba2c3ce24a8f6722c08c05a182ce
BLAKE2b-256 a2f5b3eff2a18a9167dce85e642de967f4f191a01b08828e517d81ce46682b19

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page