Datalist JDBC Database Binder Performance
Confluence User - 02 Oct, 2021
Hi,
I am using the Datalist JDBC binder because my query cannot be achieved using the Advanced Form binder. The query takes about 2 secs to run directly on the database but about 10 seconds in my Joget app - using a List in my Userview. This does not make a good UX. Everytime I click on a next page I have to wait another 10 seconds!
I was reading Datalist Performance Considerations - Knowledge Base for v5 - Joget | COMMUNITY and there is a line at the bottom that is intriguing me
Only use a derived query when it is absolutely necessary. Try to have the data set computed elsewhere or beforehand when possible.
What does that mean?
How can I have the dataset computed elsewhere to speed up the performance?
Can I create a database view in Joget?
datalists;jdbcbinder