Hi,
I'm using optimistic locking with the version field to avoid update anomalies. We also roll indexes in our cluster based on time/size.
I was wondering whether the unique _id and versioning constraints are maintained across indexes when accessed through an alias... Trying to track down the source of an update anomaly.
Thanks!