Live data from Hacker News

Viewing profile — apavlo

apavlo

HN member
Joined
Wed, Nov 04, 2020, 12:18 AM UTC
HN karma
696
Public activity
146 items

About apavlo

https://www.cs.cmu.edu/~pavlo/

Recent public activity

  1. comment
    Comment #49170853

    There are several out of date entries in there. We used to have students help with writing entries. I just did a major refresh of the site this summer. I need to go through all the…

  2. comment
    Comment #49170823

    Remy - Good to hear from you. Yes things are mess right now. Let me get settled with setting up the lab and we'll figure out how we want to engage with academia.

  3. comment
  4. comment
    Comment #49157821

    They will continue. New seminar series starts next month (announcement coming this week).

  5. comment
    Comment #49157243

    I'm not sure what you think "research lab" means? As I mentioned in the article, we look at IBM Research (Almaden) and Microsoft Research as inspiration.

  6. comment
    Comment #49073198

    I've never heard of the "Willow" data model before. It looks just like the hierarchical data model (restricted to two levels) from the 1960s with timestamp versioning. It is not cl…

  7. comment
    Comment #47208473

    For those that are unaware, the instructor of this is on the board of OpenAI: https://openai.com/index/zico-kolter-joins-openais-board-of-...

  8. comment
    Comment #46502699

    > I'd love to hear about semantic layer developments in this space (e.g. Malloy etc.) We also hosted Llyod to give a talk about Malloy in March 2025: https://db.cs.cmu.edu/events/s…

  9. comment
    Comment #46500018

    > How is SpacetimeDB not mentioned here? https://www.cs.cmu.edu/~pavlo/blog/2026/01/2025-databases-re...

  10. comment
    Comment #46499766

    > none of the reviews of the last few years mention immutable and/or bi-temporal databases. We hosted XTDB to give a tech talk five weeks ago: https://db.cs.cmu.edu/events/futureda…

  11. comment
    Comment #46498898

    > Am I living in a bubble? There are rumblings that the MySQL project is rudderless after Oracle fired the team working on the open-source project in September 2025. Oracle is putt…

  12. comment
    Comment #46498819

    > Nothing about time series-oriented databases? https://www.cs.cmu.edu/~pavlo/blog/2026/01/2025-databases-re...

  13. comment
    Comment #46498817

    > I can't believe that article has no mention of SQLite ?? https://www.cs.cmu.edu/~pavlo/blog/2026/01/2025-databases-re...

  14. comment
    Comment #46498798

    Thanks for catching this. Updated: https://www.cs.cmu.edu/~pavlo/blog/2026/01/2025-databases-re... I need to figure out an automatic way to track these.

  15. comment
    Comment #45668452

    > If the org behind it ever decides to rugpull/elastic you I love it that you use "elastic" as a verb here.

  16. comment
    Comment #45446101

    > so... you take 10%-30% performance hit _right away_, and you perpetually give up any opportunities to improve the decoder in the future. The WASM is meant as a backup. If you hav…

  17. comment
    Comment #45445630

    The backstory is complicated. The plan was to establish a consortium between CMU, Tsinghua, Meta, CWI, VoltronData, Nvidia, and SpiralDB to unify behind a single file format. But t…

  18. comment
    Comment #45388410

    > • Memory-Mapping (mmap): We treat the database file as if it’s already in memory, eliminating the distinction between disk and RAM. Ugh, not another one...

  19. comment
    Comment #45338693

    You are conflating MySQL and InnoDB. The latter does a lot of good things, much more than the former.

  20. comment
    Comment #44894339

    They double dip. You pay them to review your company. Other companies pay them to read those reviews.

  21. comment
    Comment #44882554

    Dude fix your DBMS implementation before you start losing people's data. Or switch to something vetted like SQLite.

  22. comment
    Comment #44711294

    This schedule is not finalized yet.

  23. comment
    Comment #44704378

    > I'm gonna have to implement my own buffer pool and manage my reads directly like that vexatious paper[1] said all along. You make it sound like I was trying to troll everyone whe…

  24. comment
    Comment #44135121

    "Bridged Indexes" is a non-standard term. These are just secondary indexes using logical pointers with a mapping index. IIRC, Oracle, Hana, and HyPer do the same thing. Source: htt…

  25. comment
    Comment #43766075

    > It's quite amazing how a db like this shows that all of those row-based dbs are doing something wrong They're not "doing something wrong". They are designed differently for diffe…