I would like to know, if i can run Mnesia with out replication. Say i have cluster of nodes one of the nodes host mNesia server with disc-copies - lets call this node as mNode. The remaining nodes(Service Nodes) should load the schema from the mNode and should not maintain any local copy.
I looked at mNesia documentation but could not find a way to do that.