Hello,

If I am not mistaken, there is no such capability out of the box.
You can try to use IgniteConfiguration#longQueryWarningTimeout property as
a workaround.

For example, you can set this property to 1ms. In this case, every SQL
request that spends more than 1ms will be printed in the log as follows:
    [2018-01-04 06:32:38,230][WARN ] [IgniteH2Indexing] Query execution is
too long [time=3518 ms, sql='the execution plan of your SQL query will be
printed here"

I hope the workaround will be helpful for debugging purposes.

Thanks,
S.


чт, 16 авг. 2018 г. в 18:22, Som Som <[email protected]>:

> hi.
>
> how can i log all the sql queries on the server node side?
>
  • sql query log Som Som
    • Re: sql query log Вячеслав Коптилин

Reply via email to