Performance

Hi, I populate MusicLibrary demo table with 5.000 records but, the performance was very bad.


How the Aurelius works with list?

return a list with IDs and load again each itens or i'm wrong?

tks

Can you provide more details? You filled the table with Aurelius or directly? What parts of the application are slow? When Aurelius loads a list, all objects are loaded directly. You might have lazy-loaded associations, which are in turn loaded for each record. It depends on how your mapping is set.

I filled the demo table MEDIA_FILES with 5.000 records directly.
It was very slow when I tried open the media files on menu View >> media files.
Try to edit some record too.

sorry my english.