TAMULib / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
http://vireoetd.org/vireo/
1 stars 0 forks source link

Improve performance of CLI generate. #70

Closed kaladay closed 4 months ago

kaladay commented 4 months ago

Doing a findAll() and then counting the length of the array is highly enefficient. Using findAll() slowing down the generation of large data sets for testing. Change the code to an SQL count via the JPA count() method.