The first time when I click on the customer node in the navigation form it takes 5 seconds before the search form appears.
This is a real show stopper.
I was thinking about using Butler for TS Client, but startup of Butler is way too slow to be acceptable.
Once the database is loaded performance seems ok.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is because the butler demos uses the light-weight java database hsqldb in "all-in-memory" mode. All database data is loaded from a text file at startup. If you are using butler with a "real" database, you will have much better performance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The first time when I click on the customer node in the navigation form it takes 5 seconds before the search form appears.
This is a real show stopper.
I was thinking about using Butler for TS Client, but startup of Butler is way too slow to be acceptable.
Once the database is loaded performance seems ok.
It is because the butler demos uses the light-weight java database hsqldb in "all-in-memory" mode. All database data is loaded from a text file at startup. If you are using butler with a "real" database, you will have much better performance.
OK.
I will try to make a test class for a McKoi database in server mode to see how the performance is like.