Re: Setting the threshold limits for SQL oeprations

2021-05-05 Thread Ilya Kasnacheev
Hello! I don't think it is possible since the H2 engine does not provide options to limit CPU and heap AFAIK. Ignite community have decided to not rely on forked H2 engine as e.g. recent GridGain does. Maybe this will change when Calcite is introduced, and limiting will be possible. You can

Setting the threshold limits for SQL oeprations

2021-05-02 Thread Naveen
Hello Everyone I have seen somewhere that we can set the limit for all the resources that can be allocated for SQL operations, like you can set the limit for heap utilization for all the SQL operations, similarly CPU etc. if it goes beyond those limits, SQL operations will be failed with a