Skip to content

bucket hashes based on hash-zipmap-max-entries #44

Description

@cruzanmo

Currently this module uses redis hashes, and PUTs to only one hash. For New York Media, the number of keys in the hash far exceeds the hash-max-ziplist-entries setting.

To optimize performance and memory usage, the keys could be bucketed into hashes that do not exceed the hash-max-ziplist-entries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions