Settings

Theme

Show HN: CurioDB – A distributed/persistent Redis clone built with Scala/Akka

github.com

62 points by stephen_mcd 10 years ago · 9 comments

Reader

jondubois 10 years ago

It's good to see a solution that makes efficient use of CPU cores on each machine instead of forcing you to scale horizontally from the beginning ;p

I think a lot of servers/database engines today tend to focus on horizontal scalability across large numbers of single-CPU instances and tend to ignore the efficiency benefits of a hybrid approach using fewer large instances.

lukeasrodgers 10 years ago

Cool project. Out of curiousity (and having no experience with scala or akka): is the lack of support for transactions and atomic Lua scripts a consequence of the overall architecture (one actor per K/V), or some other technical limitation, or just something you haven't gotten around to?

  • stephen_mcdOP 10 years ago

    Yep, one actor per KV means some kind of distributed coordination would be needed - that doesn't exist yet.

Yadi 10 years ago

Hey! This is interesting (&awesome), the other day I was looking at Riak and some Redis alternative written in Go, both had some different approach which wouldn't make the best use of persistencey and distrusted approach at the same time.

The performance table looks great, though what would be a recommended minimum underlying hardware requirement for production? (since the test is on a Mac-Air)

  • stephen_mcdOP 10 years ago

    Glad you like it!

    Hardware requirements would depend on your usage of course, it's like asking about the length of a piece of string. :-)

    Honestly though, the code probably needs a lot more eyeballs on it before it's production ready, which is why I posted it here.

    • Yadi 10 years ago

      It looks good, am sure there will be lots of folks to help on the project.

      Ah yes that is true regarding the usage/req :), but I thought you might have tried it in production with some requirement.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection