[
https://issues.jboss.org/browse/ISPN-4847?page=com.atlassian.jira.plugin....
]
Sanne Grinovero commented on ISPN-4847:
---------------------------------------
I'm going to link to some more HSEARCH issues, but let's not forget that these
need an integration task too: a Search release and bump the dependency in Infinispan.
Rather than creating specific tasks for each, let's make sure that this issue
isn't resolved until
- all dependant issues are integrated
- all Search dependendant issues are actually included (and enabled!) in the Infinispan
branch
- and of course that performance is satisfactory
Improve indexing performance
----------------------------
Key: ISPN-4847
URL:
https://issues.jboss.org/browse/ISPN-4847
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying, Lucene Directory
Affects Versions: 7.0.0.CR1
Reporter: Radim Vansa
Assignee: Sanne Grinovero
Priority: Critical
This JIRA is focused on optimizing performance of use case where the application uses
short or none transactions - therefore, no batching can be applied - and then performs the
query and expects that the result will be consistent (please, specify in documentation if
any lag after cache.put() or tx.commit() is required and if the application can detect
that the update has been applied).
Performance of indexing is currently insufficient, when compared to competitors.
Competitors show very low overhead of indexed writes, while we can see that the throughput
is thousands of times lower [1] (configuration in [2]) with distributed mode storing index
in replicated cache, and about 4x slowdown when comparing replicated cache without
indexing and indexing to NRT FS/RAM.
[1]
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jdg-perf-query-index...
[2]
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jdg-perf-query-index...
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)