Options for process state backup other than Postgres

If you’re using it as a straightforward “tracker ID → stored state” persistent mapping, maybe DETS would be sufficient? It lacks the general transactional behaviors of Mnesia, but reads of a single key are guaranteed to not see partially-written data.

1 Like