I've already described Justin Swanhart's Flexviews project as
something I think is cool. Since then Justin appears to
have been working more on Shard-Query which I also think is cool, perhaps
even more so than Flexviews.
On the page linked above, Shard-Query is described using the
following statements :
"Shard-Query is a distributed parallel query engine for
MySQL"
"ShardQuery is a PHP class which is intended to make working with
a partitioned dataset easier""ParallelPipelining - MPP
distributed query engines runs fragments of queries in parallel,
combining the results at the end. Like map/reduce except it
speaks SQL directly."
The things I like from the above description :
- Distributed …