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] [Updated] (GEODE-1113) Redis Adapter region creation performance problems

     [ https://issues.apache.org/jira/browse/GEODE-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Markito Oliveira updated GEODE-1113:
--------------------------------------------
    Description: 
{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. 

  was:
{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. 


> 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
>              Labels: low-hanging-fruit
>
> {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)