Long SQL-query processing times
Hi, we are experiencing very long processing times on a SQL query performed by sqlSelect(sqlParam, sqlQuery) in javascript.
Edit: The query is always returning 1 row.
The problem occurs intermittently and most of the times the query takes just 1 second to process. At worst it takes more than 1 minute. It does not seem to be a problem on the DB-side. We are using Oracle on the DB side and the nlserver is running on Linux Redhat 7.
Could this be a matter of garbage collection in the javascript engine?
Or are there any libraries that needs to be preloaded to avoid this? Perhaps some settings in the serverConf.xml?
Any help would be great, thanks in advance.