To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102164





------- Additional comments from o...@openoffice.org Thu Sep 17 11:11:59 +0000 
2009 -------
I can't find the numbers but when using the OOo Base the db used is written in
Java and every single call (@see JDBC) will run through this code. So you have a
call for every column value in every row of a table and call to check if it was
NULL. For table with 10 columns and 1000 rows you would have at least 31000
calls when taking into account that you have to move the result set as well. And
no one ask any questions about the ~100 methods big database meta data interface
;-) (which tables, types, columns, keys, users, indexes, etc. exists). And which
database has only one table ;-)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to