Which DB do you use with Elixir/Erlang in write-heavy apps (no update)?

Yes I mean consistency and partition tolerance.

I found erocksdb adapter in Erlang[quote=“mkunikow, post:5, topic:739”]
So if you want search by something more than key (key must be unique :))
[/quote]

Mnesia bag type suits well in this component. The only thing is table size limit.

In case of Cassandra, this Erlang client looks pretty mature.

1 Like