Is there any replication standard or concept for application server data replication
        Posted  
        
            by Naga
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Naga
        
        
        
        Published on 2010-03-21T05:56:45Z
        Indexed on 
            2010/03/21
            6:01 UTC
        
        
        Read the original article
        Hit count: 1038
        
database-replication
|replication
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
© Stack Overflow or respective owner