Re: Cache write synchonization with replicated caches

2023-08-21 Thread Raymond Wilson
Thanks for the pointer to the read repair facility added in Ignite 2.14. Unfortunately the .WithReadRepair() extension does not seem to be present in the Ignite C# client. This means we either need to use the experimental Command.sh support, or improve our tooling to effectively do the same. I

Re: Recomendations on stack config

2023-08-21 Thread Stephen Darlington
First, Calcite support is still considered beta-quality, so that might be a factor. However, more likely is your memory usage. A query like this would need a lot of Java heap space, so you would need to tune your garbage collector. > On 9 Aug 2023, at 15:48, Maxim Baglay wrote: > > Hi, >