Thanks Sergey,
Ryan, yes, as Sergey stated, by design you should generally be safe to
ignore the overhead of a factory being created.
However, I had recently fixed #1483, resolving a non-negligible
overhead resulting from the inefficient cloning of default factory
settings:
https://sourceforge.net/apps/trac/jooq/ticket/1483
This may have quite some impact on the perceived speed of your
application, when you instanciate many factories using default
settings.
Cheers
Lukas
2012/6/26 Sergey Epik <
serge...@gmail.com>: