[infinispan-issues] [JBoss JIRA] (ISPN-10969) Use non-shared indexes by default

Gustavo Fernandes (Jira) issues at jboss.org
Thu Nov 21 03:47:00 EST 2019


Gustavo Fernandes created ISPN-10969:
----------------------------------------

             Summary: Use non-shared indexes by default
                 Key: ISPN-10969
                 URL: https://issues.jboss.org/browse/ISPN-10969
             Project: Infinispan
          Issue Type: Bug
          Components: Embedded Querying, Remote Querying
    Affects Versions: 10.1.0.Beta1
            Reporter: Gustavo Fernandes
            Assignee: Gustavo Fernandes


Currently, query auto-config will create either shared or non-shared indexes depending on the cache mode. 
Infinispan should provided the following default configuration for all cache modes:
* Index side: memory mapped local indexes stored on disk, opened with a Near Real Time index manager. Indexing will all be ASYNC, with the possibility of overriding as SYNC
* Query side: query will be broadcast by default

Furthermore, we will remove the Index.PRIMARY_OWNER, Index.ALL, etc configurations



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list