EGreg / Platform-history

The Qbix Platform for powering Social Applications
http://qbix.com/platform
GNU Affero General Public License v3.0
21 stars 5 forks source link

Make Db_Mysql::insertManyAndExecute support sharding #41

Open EGreg opened 10 years ago

EGreg commented 10 years ago

Right now, Db_Query_Mysql objects support sharding, but we also need to be able to do this with insertManyAndExecute, by setting the criteria for each row that's going to be inserted, and then running them through the shard function, aggregating into queries and returning those queries on the appropriate shards.

Good luck :)