[ https://issues.apache.org/jira/browse/GEODE-7828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055953#comment-17055953 ]
ASF subversion and git services commented on GEODE-7828: -------------------------------------------------------- Commit 0c060085886350647aa92dc04df26f66441d39fa in geode's branch refs/heads/develop from Ray Ingles [ https://gitbox.apache.org/repos/asf?p=geode.git;h=0c06008 ] GEODE-7828: Convert backing store for Redis Hashes and Sets to single regions (#4781) * Revert "Revert "GEODE-7828: Convert backing store for Redis Hashes and Sets to single regions (#4745)" (#4780)" This reverts commit f0982cdedf1b122f734919d0647434cca33ec254. * Fix sporadic test failures for concurrent HSetNX > 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 > Assignee: Jens Deppe > Priority: Major > Fix For: 1.13.0 > > Time Spent: 1h 50m > Remaining Estimate: 0h > > 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)