Hi Fernand, > Thanks for this quick fix, now I have a other "performance" problem: > When have a table opened (all content in memory) or wehave the content > in a Beamer then the search is very... very... slow compared to wath we > can do in the original MySQL tables or compared to a ohter frondend > application.
This probably is the very same bug: The search also scrolls through the complete result set, and this is what takes ages in the current version (technically: The time for visiting all records grows quadratically with the number of records). > When searching in a OO-table you can see rolling the row counter ! > Using my 28.000 records test table and searching to the last record > (using field text content) it takes over 60 secs to find this record.. > AND: the search is eating memory like sweeties (about 1,5 MB par sec) > memory who is only released after closing ALL OO-instances. The memory thing is worth an issue, I'd say. Ciao Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
