Optimizing Write Operation on Replica in Data Grid
PengZhi Xu,YongWei Wu,XiaoMeng Huang,GuangWen Yang,WeiMin Zheng
DOI: https://doi.org/10.1007/s11432-010-4153-z
2011-01-01
Science China Information Sciences
Abstract:Replication technique can improve access performance and data availability of data grid systems. So far, most related work on data replication in data grid systems focuses on read-only dataset. Though write operations have been widely used in practice, its optimization problem has not been sufficiently studied. In this paper, we show that write requests from users can be processed by a nearest site, regardless of the location of latest written replicas. The policy of write nearby instead of write to the latest replica can improve the performance of write operations, while inconsistency is caused between multiple replicas. Therefore, we propose two metadata management algorithms to make sure that users can retrieve up-to-date datasets at any time. We extend OptorSim to support the implementation and evaluation of our scheme. The results of simulation show that our scheme achieves performance gains up to 3.3 compared with WriteMaster scheme.