I'm trying to pin down something in the Gemfire documentation around region back-ups.
http://gemfire.docs.pivotal.io/geode/reference/topics/cache_xml.html#region
Scroll down to the SCOPE attribute...
Using the SCOPE attribute on REGION-ATTRIBUTES I'm assuming that SCOPE="DISTRIBUTED-ACK" would mean a SYNC back-up operation on a REGION and that SCOPE="DISTRIBUTED-NO-ACK" means a ASYNC back-up operation.
The REGION in question is PARTITIONED. I understand that REPLICATED regions default to DISTRIBUTED-ACK.
Would this assumption be correct? e.g. that via configuration Gemfire allows to configure SYNC or ASYNC back-up operations for REGION entry updates.