Viewing profile — hodr_super
hodr_super
HN member- Joined
- Mon, Jul 01, 2024, 4:35 AM UTC
- HN karma
- 7
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About hodr_super
No profile information was provided.
Recent public activity
-
comment
Comment #45634877
Mongo Atlas also supports using archive database to store infrequently accessed cold data. It’s also object storage based.
-
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…
-
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…
-
comment
Comment #44954640
Isn’t Redis already a distributed database with Redis Cluster?
-
comment
Comment #44685347
any saas service?
-
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?
-
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.
-
comment
Comment #41592663
If it's not open-sourced, I’m not going to use it to store my critical data. Just saying...
-
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…
-
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…