Live data from Hacker News

Viewing profile — the_precipitate

the_precipitate

HN member
Joined
Mon, Jul 22, 2024, 4:51 AM UTC
HN karma
52
Public activity
24 items

About the_precipitate

No profile information was provided.

Recent public activity

  1. comment
    Comment #46734233

    With DRAM price this high, this is certainly a welcome feature. But how do you control write latency? B+ Tree is pretty bad at updates and LMDB, another BTree based storage is ligh…

  2. comment
    Comment #45634924

    FerretDB and DocumentDB seem to be the only other two Mongo-compatible open source database implementations. Both are based on PostgreSQL.

  3. comment
    Comment #45397239

    I've been testing EloqKV against TiKV, and it's much faster, specially for in-memory reads. I was seeking an alternative solution to replace KVRocks, which is essentially just a si…

  4. story
  5. comment
    Comment #44960944

    My understanding is that they have a common layer over which they hold full copyright, so they can license it however they like. But since this software is also used in EloqSQL (wh…

  6. comment
    Comment #44960836

    Thanks! I remember that for a long time Aerospike didn’t support transactions, and I just found out they rolled out this feature just a few months ago. I’ve always been a bit suspi…

  7. comment
    Comment #44954611

    I have tried TiKV and TiDB but they are quite slow. EloqKV is much faster, especially for in-memory reads. I use it to replace KVRocks, which is just a single node KV store wrapper…

  8. comment
    Comment #44954389

    I have tested EloqKV for a pet project and seems it is quite solid. Performance is fantastic, far out-performing most databases with durability by a large margin. I am not sure abo…

  9. comment
    Comment #44798638

    Kudos. Haven't seen many serious databases that are open sourced (GPL) instead of "SSPL" or "Source Available" for a while.

  10. comment
    Comment #44695524

    To really appreciate inverted indexes, it’s worthwhile to study ISR (Inverted Stream Readers), a concept introduced by the great Mike Burrows. It’s also worth exploring encoding te…

  11. comment
    Comment #44613824

    And you do know that .exe file is wasteful, .com file actually saves quite a few bytes if you can limit your executable's size to be smaller than 0xFF00h (man, I am old).

  12. comment
    Comment #44603434

    Self taught means you are self-motivated. You are not just looking at it as a job. That's why code quality is better. Interest is the most strong driving force for one to improve.

  13. comment
    Comment #44603416

    TCP-in-UDP keeps TCP's battle-tested logic but wraps it to bypass middleboxes—great for legacy systems. QUIC is a clean-slate rewrite, better for new apps. Tradeoff: compatibility …

  14. story
  15. story
  16. comment
    Comment #44582763

    Yeah, and this doesn't seems to be that useful. At least I don't understand why one should do this on a strong ACID relational database.

  17. comment
    Comment #44556654

    I think one of the main issue is that the 10x or 100x talents in AI have not yet really show their value yet. None of these AI companies are making any money, and they are valued o…

  18. comment
  19. comment
    Comment #41593431

    Playing devil’s advocate here, I do have some doubts about the future dynamics between open source and database systems. Andy Pavlo mentioned in his CMU DB course that nowadays new…

  20. comment
    Comment #41593186

    This is really interesting! The performance looks impressive. I’ve always struggled with the Redis/MySQL two-tier architecture because they are two completely different systems. Po…

  21. story
  22. comment
  23. comment
  24. comment