You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "William Markito Oliveira (JIRA)" <ji...@apache.org> on 2016/03/19 21:20:33 UTC

[jira] [Created] (GEODE-1113) Redis Adapter region creation performance problems

William Markito Oliveira created GEODE-1113:
-----------------------------------------------

             Summary: Redis Adapter region creation performance problems
                 Key: GEODE-1113
                 URL: https://issues.apache.org/jira/browse/GEODE-1113
             Project: Geode
          Issue Type: Bug
          Components: redis
            Reporter: William Markito Oliveira


{code}com.gemstone.gemfire.internal.redis.RegionProvider.java{code} is using  gfsh command to create region which is slow and caused some perf. problems  for Redis operations. 

The attached patch replace it with {code}RegionFactory{code} which fix the perf problem but doesn't work with cluster config. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)