When performing Hazelcast repository queries, the CPU is used a lot when there are many conditions. Is there any way to improve it? The library version you use is as follows. ```gradle implementation group: 'com.hazelcast', name: 'spring-data-hazelcast', version: '2.4.0' implementation group: 'com.hazelcast', name: 'hazelcast-all', version: '4.2' ```
When performing Hazelcast repository queries, the CPU is used a lot when there are many conditions.
Is there any way to improve it?
The library version you use is as follows.