Re: Slow SQL query when joining on a REPLICATED Cache

2021-03-31 Thread wiesenfe
Hello, Thank you for your answer, creating a compound index worked perfectly. Your assumption was correct ! Best regards, Emmanuel -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Slow SQL query when joining on a REPLICATED Cache

2021-03-31 Thread wiesenfe
Good afternoon, I am facing a strange performance issue when doing SQL queries on my cluster. Here is the scenario (I cannot use real config etc because this source code is protected): I have 3 caches (a subset of a STAR schema). CACHE1 is the fact table: EVENTS. It is a partitioned cache. It ha

JDK15 support

2021-03-23 Thread wiesenfe
Good afternoon, I am trying to start Apache Ignite with persistence enabled on a given data region. (Using the example from the doc) It works fine with JDK13 and does not work with JDK15: Is there a compatibility issue and if yes, do you know when will Ignite be fully compatible with this version