Column Store DB
From OpenSQLCamp
InfiniDB Open column store db
[ https://launchpad.net/infinidb/ ]
- sits on mysql
- requires tricks for the optimizer
- they manages joins
- using mysql allows for the connection layer, load layer ...
multi-node is currently only available for the enterprise version.
you can use c/c++ to build your own udf plugins to extend.
