Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Well, I like to think I know what I'm doing. And I've participated in some big Mnesia operations.

That said, redis is in memory key-value, and Mnesia does in memory key-value too. If you're using Postgres's relational stuff or data bigger than memory, that's a different thing. Mnesia has some relational facilities, but I dunno if anybody uses them much; mnesia can use disc_only_copies, but that's not a good time. Of course, memory only gets you pretty big tables these days; I ran some mnesia nodes with 768GB, but a couple TB isn't too hard to put together these days.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: