Platform-history icon indicating copy to clipboard operation
Platform-history copied to clipboard

Make Db_Mysql::insertManyAndExecute support sharding

Open EGreg opened this issue 11 years ago • 0 comments

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 :)

EGreg avatar Aug 15 '14 08:08 EGreg