Hello All,
We have a db which has over 1 billion documents and has replikas across 10 servers.(So all the replicas holding 1 billion documents!.)
Due to performance problems, I would like to main db to still hold all the documents while replicas only holding the documents where they are created.Basicly, when a user created a document on replica db residing on A server, it will be only on A server and main server, not on another replica db residing on B server.
So I thought giving each server a role, and keeping this role information on each documents and using Readers to be able to Replicas to hold the data belonging their servers.Or I might use Replica Formula instead of Readers.But in both ways, I need to update all the documents in order to flag the documents with their server role.?
I hope it is clear what I want to do.Has anyone tried to do this before?.And What is the best way to do it?.Any advise will be really appreciated.
Thanks in advance.