UWHustle / ssb-sqlite3

Experimenting with SSB on SQLite3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Experimenting with SSB on SQLite3


Languages

Language:C 55.1%Language:Python 34.9%Language:CMake 10.1%