Currently if a key is non-memory comparable, we force the replication subscription to be a queue, and not the delta map.
This is considerably worse for performance for what is an obscure case (the character order does not match the binary comparable order).
What we could do instead is:
- Enforce that the checksum must be enabled for such cases.
- Fix any inconsistencies detected in the checksum phase.