http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8798

Kyle M Hall <kyle.m.h...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle.m.h...@gmail.com

--- Comment #53 from Kyle M Hall <kyle.m.h...@gmail.com> ---
I had a conversation with Chris Cormack about this and he didn't raise any such
concerns. Maybe we should ask him if he thinks this is not a problem or if it
was something neither of us thought about at the time.

Chris's primary concern was that we should always be able to make direct SQL
queries when we need to for speed, but DBIx::Class allows for that quite
easily. This conversation took place when I wrote my proof of concept using
DBIx::SearchBuilder as an alternative. After the conversation I deprecated that
patch in favor of using DBIx::Class.

(In reply to comment #52)
> (In reply to comment #51)
> > I think the main objection to using DBIx::Class in Koha has been concerns
> > about speed? It looks like the newest release addresses that:
> > http://jjnapiorkowski.typepad.com/modern-perl/2013/05/perl-dbixclass-an-
> > awesome-orm-now-with-super-speed.html
> 
> The other concern, if i'm not wrong, is that the schema requires a lot of
> time to load. In persistent mode, it can be ignored, as it's made one.
> 
> So we must have plack working before introducing DBIx::Class.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to