How to avoid this very heavy query that slows down the application?

前端 未结 9 704
日久生厌
日久生厌 2021-01-05 18:56

We have a web application running in a production enviroment and at some point the client complained about how slow the application got.

When we checked what was goi

9条回答
  •  轮回少年
    2021-01-05 19:31

    This is coming from the default C3PO test query. Supply a simpler query in your configuration. Something like, select 'X' from dual.

提交回复
热议问题