Quote:
Originally Posted by Nigol
I can't understand why it would slow down like this, because it is a database and having 5 or 1000 item in it shouldn't take more time to access it. I can understand at startup it would need to scan for new files, but for closing a book?
|
In a Relational DBMS there are a number of ways that database queries can be crafted, some better than others, some definitely worse, and I can easily believe that a poorly written query could yield significantly lower performances on bigger databases. Is this the case here, I do not know, but the best os probably to open a ticket so the problem can be checked by the development team.
François