> > 2. I don't know how many times the Mojo::Pg version is preparing the > statement so it may be less efficient than DBI? >
Mojo::Pg should be quite a bit more efficient, because it does a lot more optimizations behind the scenes. It not only prepares and caches statement handles, it also stores statement handles with the database handle. So you automatically get great performance and reconnects without doing any additional work. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
