• 0x0@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    9 hours ago

    The results of this research have been applied to SQLite already and were released in v3.38.0.

    tl;dr: Bloom filters were great because: minimal memory overhead, goes well with SQLite’s simple implementation, and worked within existing query engine.