Hi,
I tried a simple performance test for infinispan-query module using the example mentioned in :
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
<default>
<indexing enabled="true" indexLocalOnly="true">
<properties>
<property name="default.directory_provider" value="ram"
/>
</properties>
</indexing>
</default>
</infinispan>
Thanks,
Faseela