[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Performance



I'm wondering if there are any hints people can give me to improve the
performance 
of Ozone. With my current code, which uses the native interface, it
takes 40ms to return an object... Is this inline with what other people
are getting, or am I doing something wrong that makes returning an
object slow.

Right now, I make use of objects with methods that return references to
other objects... Is there a better design that I can use? (I'm fairly
new to the whole OODBMS thing.)