[Dbix-class] Catalyst::TraitFor::Model::DBIC::Schema::Caching
problem
Alex Povolotsky
tarkhil at over.ru
Thu Sep 8 09:52:19 GMT 2011
Hello!
I've tried to use Catalyst::TraitFor::Model::DBIC::Schema::Caching to
decrease REALLY great number of identical SQL requests. DBIC_TRACE did
not show less requests, but storing now() (Postgres database) for
timestamp breaks everything - Caching stores string constant now().
What could have I done wrong? I've only added traits => ['Caching'], to
connect and set up memcached caching.
Alex
More information about the DBIx-Class
mailing list