Justin Swanhart
Justin Swanhart
Fastbit support Windows, so the storage engine just needs to have some minor modification for Windows support including using proper path separators, etc.
Having a single file per column is convenient, but lots of fsync are necessary for ACID compliance. Implement a container format (ie tablespace) that stores all columns in a single...
Investigate the SE storage engine interface for partitioning and implement partitioning for WARP.
Since Percona Server supports RocksDB and has other useful enhancements, fork it instead of MySQL.
Current FlexCDC runs as an external daemon. Convert the PHP source base into C++ and integrate as a daemon plugin.
Figure out why LOAD DATA INFILE can not load in parallel.