Hi,
We have a large model and the UI that was generated by Roo became so slow it's unusable when the database got populated with many records.I decided to check if this is a Roo-Spring-Hibernate issue or something to do with our model...
Testing on the Petclinic example when the database is populated with 1 000 entries it takes less than a second to list them, 10 000 takes 4 seconds and 60 000 takes 16 seconds.
Obviously, the more entries there are in the database, the slower it gets. It keeps the same speed when switching between pages in the list page.
Is there any way to speed it up and keep it fast regardless of the volume of the data? We would really like to be able to use our UI...
Thank you for any help on this!



Reply With Quote
