views:

34

answers:

0

Hi friends,

Say, I have a server that handles file based mass data and can process thousands of read requests and hundreds of provisioning requests(Add, modify, delete) per second. This is not SQL based database. Now i planned to implement replication. There should be master- master replication, master slave replication, partial replication(entries matching a criteria) and fractional replication(part of an entry).

Is there any standard for implementing such replication mechanisms? Can you please suggest some solution overview?

Thanks, Naga