Live data from Hacker News

Viewing profile — kpgaffney

kpgaffney

HN member
Joined
Fri, Sep 02, 2022, 9:21 PM UTC
HN karma
4
Public activity
3 items

About kpgaffney

No profile information was provided.

Recent public activity

  1. comment
    Comment #32696413

    I think the (unsatisfying) answer is "it depends". There's a huge amount of diversity in database workloads, even among the workloads served by SQLite as we mention in the paper. F…

  2. comment
    Comment #32696212

    Thanks for the clarification. It's true that transaction latency is limited by the write speed of the storage medium. However, an "average desktop computer" these days has an SSD t…

  3. comment
    Comment #32696022

    That's correct, the optimizations from this paper became available in SQLite version 3.38.0. As we were writing the paper, we did consider implementing hash joins in SQLite. Howeve…