I am retrieving some data by means of GetView
. But while performing some update operation i m getting latency. Can this be avoided using CAS or is there any other options available..
Thanks
I am retrieving some data by means of GetView
. But while performing some update operation i m getting latency. Can this be avoided using CAS or is there any other options available..
Thanks
CAS is used to maintain consistency between get and set operations. You can't reduce latency with CAS.