[Labs-l] Many DB connections - ideas?

Jeremy Baron jeremy at tuxmachine.com
Mon Oct 20 16:23:05 UTC 2014


On Mon, Oct 20, 2014 at 4:19 PM, Yuvi Panda <yuvipanda at gmail.com> wrote:
> On Mon, Oct 20, 2014 at 9:18 PM, Jeremy Baron <jeremy at tuxmachine.com> wrote:
>> cache a connection per cluster (s1, s2, etc) and then reuse when you need
>> that cluster again. obviously that's most important for s3. (more DBs than
>> any other)
>
> All the clusters have all the language dbs now :) So no need to do that.

Is that guaranteed to be true forever? or is just an implementation
detail of the current configuration?

At any rate, if you want a better chance of hitting a mysql cache
(innodb, etc.) you should probably use the right machine for that
cluster.

(springle? coren?)

-Jeremy



More information about the Labs-l mailing list