Live data from Hacker News

Viewing profile — hodr_super

hodr_super

HN member
Joined
Mon, Jul 01, 2024, 4:35 AM UTC
HN karma
7
Public activity
10 items

About hodr_super

No profile information was provided.

Recent public activity

  1. comment
    Comment #45634877

    Mongo Atlas also supports using archive database to store infrequently accessed cold data. It’s also object storage based.

  2. comment
    Comment #44956196

    I built a SaaS app with per-tenant caches. Initially I used Redis but ran into scale-up issues, so I tried DragonflyDB. It works well in general, but my Lua script use case isn’t s…

  3. comment
    Comment #44955881

    Distributed Lua is cool. Is your implementation similar to DragonflyDB, which doesn’t allow handling undeclared keys in Lua? For example, if I want to generate a new key dynamicall…

  4. comment
    Comment #44954640

    Isn’t Redis already a distributed database with Redis Cluster?

  5. comment
    Comment #44685347

    any saas service?

  6. comment
    Comment #41606820

    It's interesting that you have a Cassandra version. I usually think of Cassandra as a standalone database. Why would you layer one database on top of another?

  7. comment
    Comment #41606814

    Yeah, I think they were talking about distributed transactions, Redis only support transaction in a single instance, not in a cluster. You can not run Lua across machines.

  8. comment
    Comment #41592663

    If it's not open-sourced, I’m not going to use it to store my critical data. Just saying...

  9. comment
    Comment #41592601

    I took a quick look at the evaluation you did on your blog section, and the numbers look amazing, a little too good to be true to be honest. It must be quite some effort to build t…

  10. comment
    Comment #41591892

    It does seem that there are a lot of activities to replace/enhance/improve Redis lately. Dragonfly, Garnet from Microsoft, and the BSD licensed Redis fork Valkey, to name just a fe…