/ssb-sqlite3

Experimenting with SSB on SQLite3

Primary LanguageC

SSB on SQLite3 (Archived)

Please see sqlite-performance for replacement.

Project structure

bloom.c: Bloom filter extension for SQLite3. Can be built with CMake or by following these instructions.

queries: Directory containing SSB queries. Queries with a _bf suffix are those that use Bloom filters.

analysis: Directory containing data, analysis code, and plots.