> The sharding plugin will work best with database-per-customer, silo- > style partitioning (where all related data is on a single server/ > database), as opposed to horizontal partitioning (where a single table > is split among multiple servers).
Yeah, that makes total sense. We usually end up needing the latter approach, where it's more like a disk stripe, because we'll store large numbers of records of a given type, and we need to spread the load (oh, and access is by pk otherwise it would get stupid quickly). Nice plugin still. I'll check the other thread. -Nate -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
