Morgan Tocker
Morgan Tocker
It is documented that keyAboveWatermark only applies to the optimistic chunker. We should add it to the composite chunker with restrictions: - Only applies to key[0]. - Only applies when...
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...
To start a checksum, spirit acquires a metadata lock (`FLUSH TABLES WITH READ LOCK`) and then starts repeatable read transactions for the N threads that are required to checksum. This...