[infinispan-dev] Performance of Infinispan-Query Module

Faseela K faseela.k at ericsson.com
Tue Oct 22 09:36:21 EDT 2013


Hi,

   I tried a simple performance test for infinispan-query module using the example mentioned in :

           https://docs.jboss.org/author/display/ISPN/Querying+Infinispan

   What I see is, the querying is much slower than iterating through the cache entries and checking for a match.
   Is this behaviour correct, or am I missing some configuration?
   My infinispan configuration is :

  <infinispan
        xsi:schemaLocation="urn:infinispan:config:5.2 http://www.infinispan.org/schemas/infinispan-config-5.2.xsd"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:infinispan:config:5.2">
        <default>
                <indexing enabled="true" indexLocalOnly="true">
                        <properties>
                                <property name="default.directory_provider" value="ram" />
                        </properties>
                </indexing>
        </default>
</infinispan>

Thanks,
Faseela


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20131022/6c3f1c16/attachment.html 


More information about the infinispan-dev mailing list