Hi,
I was wondering what is the progress on the hibernate statup time reduction.
In particular, in Swing apps that directly connect to the database using Hibernate, the Hibernate statup itself is quite high (up to 10-15
seconds, in my experience, with 50 tables, on a 2Ghz processor).
Now, I know I can deactivate the cglib reflection optimizers bytecode generation, thus visibly speeding up this part, but I recall threads that spoke about:
- configuration serialization, to avoid XML parsing and validation;
- pre-computation of the reflection optimizers as an ant build step
Has anything been done on those aspects of the hibernate startup?
I've searched a bit in the docs, but found nothing...
|