Pete Keleher
We find that in our environment, which we believe to be representative of distributed systems today and in the near future, the consistency model has a much higher impact on overall performance than the choice of whether to allow concurrent writers. The multiple writer protocol performs an average of 9% better than the single writer LRC protocol, but 34% better than the single-writer sequentially consistent protocol. Set against this, MW-LRC required an average of 72% memory overhead, compared to 10% overhead for the single-writer protocols.
@inProceedings{keleher-icdcs96, title = "The Relative Importance of Concurrent Writers and Weak Consistency Models", author = "Pete Keleher", booktitle = {The 16th International Conference on Distributed Computing Systems (ICDCS)}, month = {May}, year = {1996}, }