[odb-users] odb question

Boris Kolpackov boris at codesynthesis.com
Wed Aug 20 12:57:35 EDT 2014


Hi Ravil,

Nugmanov, Ravil (GE Energy Management) <ravil.nugmanov1 at ge.com> writes:

> One more question - do you have any metrics for performance, how fast is it?

ODB was designed from grounds up with performance in mind. It uses
prepared statements throughout and caches connections, statements,
and even memory buffers. It also includes a lot of performance-
oriented features like lazy pointers, sections, change-tracking
containers, session (object cache), etc.

As an anecdotal evidence, I had a couple of people "complaining" that
ODB is faster than their hand-written code that uses the database API
directly.

Boris



More information about the odb-users mailing list