cabol / shards

Partitioned ETS tables for Erlang and Elixir

Home Page:https://hexdocs.pm/shards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically distributed table setup when `shards:new/2` is called with opt `{nodes, [node()]}`

cabol opened this issue · comments

When function shards:new/2 is called with option {nodes, [node()]} and option {scope, g} is set as well, create the table on the given nodes and them join them automatically.