[cgiapp] Question | Poll - Preferred ORM.
George Hartzell
hartzell at alerce.com
Fri Sep 26 00:50:59 EDT 2008
Benjamin Hitz writes:
>
> We have begun a conversion from an old, hand rolled "ORM" to
> DBIx::Class. There are lots of nice properties, but our DB has 120-
> odd tables, and the start up time is killing us (ca. 2sec.).
> Hopefully, we can resolve the speed issue with PersistantPerl and/or
> FCGI, but I will be investigating a switch over to Rose::DB.
Does each request need all (or some unpredictable subset) of the
tables? Could you get away with loading them on demand (or loading a
subset in a sub-app)?
g.
More information about the cgiapp
mailing list