>
> It not only prepares and caches statement handles, it also stores 
> statement handles with the database handle.
>

Or to be more precise, it currently uses DBI::prepare_cached with 
$is_active=3 and a custom cache for database handles (to support async 
queries better).

    https://metacpan.org/pod/DBI#prepare_cached

I've done quite a bit of profiling, and this turned out to be the best 
performing solution.

--
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.

Reply via email to