Skip to content

Deprecate subscription_queue mechanism, handle non memory comparable keys via checksum #475

@morgo

Description

@morgo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions