sheharyarn / memento

Simple + Powerful interface to the Mnesia Distributed Database 💾
http://hexdocs.pm/memento/
MIT License
734 stars 23 forks source link

Table Fragmentation? #6

Closed bsechter-unext closed 5 years ago

bsechter-unext commented 5 years ago

Are there any plans to support table fragmentation?

sheharyarn commented 5 years ago

No plans for fragmentation support yet. But it should be straightforward with the existing Erlang API.

bsechter-unext commented 5 years ago

So just call the Erlang Mnesia API directly. Fair enough. For what it is worth, I would love to see support for fragmentation in Memento.