[Objectbridge-developers] PreparedStatements
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2000-12-22 12:28:05
|
Hi all, I just checked in my current work on Prepared Statements. In fact it is a extensive refactoring of the ojb.broker.accesslayer and of PersistenceBrokerImpl. Now we use PreparedStatements as far as possible. The Prepared Statements are much faster with most RDBMS and the new mechanism minimizes the overhead for Object introspection. For InstantDb the performance gain is not that big :-( enJoy, Thomas |