From: Joe W. <jo...@gm...> - 2012-10-09 15:39:38
|
The XQuery article also references "XQuery Caching": "XQuery modules executed via the REST interface, the XQueryServlet or XQueryGenerator are <emphasis>automatically</emphasis> cached: the compiled expression will be added to an internal pool of prepared queries. The next time a query or module is loaded from the same location, it will not be compiled again. Instead, the already compiled code is reused. The code will only be recompiled if eXist-db decides that the source was modified or it wasn't used for a longer period of time." * Could you please confirm if XQuery Caching is still activated? I thought it was disabled several years ago. |