Search Results

1
vote

Suitable data storage backend for Erlang application when data doesn’t fit memory

Is there any reason why you can't just use a file system, treating filename as your string id and file contents as a binary blob? You can choose one (filesystem) that fits your performance requirem …