From: <leg...@at...> - 2003-05-26 08:53:03
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-107 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-107 Summary: JdbcDatabaseInfo improvement Type: Improvement Status: Unassigned Priority: Major Project: Hibernate2 Components: toolset Versions: 2.0rc2 Assignee: Reporter: Teodor Danciu Created: Mon, 26 May 2003 3:51 AM Updated: Mon, 26 May 2003 3:51 AM Description: The JdbcDatabaseInfo class tries to load all the database metadata information when it is instantiated. We found this inconvenient since in our Oracle database we already have thousands of tables and retrieving the whole metadata is time-consuming and inefficient in case of simple updates (one or two tables). We made some modifications in the JdbcDatabaseInfo class so that the metadata information for each table be loaded only when needed. Once the metadata for a table loaded, it is kept in memory for later use. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |