Justin Swanhart

Results 47 issues of 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.

enhancement
BETA3

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...

enhancement
performance
BETA3

Investigate the SE storage engine interface for partitioning and implement partitioning for WARP.

enhancement
performance

Since Percona Server supports RocksDB and has other useful enhancements, fork it instead of MySQL.

enhancement

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.