You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (Jira)" <ji...@apache.org> on 2020/02/28 14:20:00 UTC

[jira] [Created] (GEODE-7828) Convert backing store for Redis Hashes and Sets to single regions

Jens Deppe created GEODE-7828:
---------------------------------

             Summary: Convert backing store for Redis Hashes and Sets to single regions
                 Key: GEODE-7828
                 URL: https://issues.apache.org/jira/browse/GEODE-7828
             Project: Geode
          Issue Type: Improvement
          Components: redis
            Reporter: Jens Deppe


Currently the Redis adapter creates separate regions for each new hash or set. This can be a significant performance impact when many hashes are being created. In addition, hashes are conventionally often named with colons (':') in their name - for example {{user:1000}}. This does not work as region names cannot contain colons.

The work here will create a single region for hashes and a single region for sets.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)