May 22, 2012

Post: Enum Fields VS Varchar VS Int + Joined table: What is Faster?

… approaches: ENUM, VARCHAR and tinyint (+joined table) columns. In practice you can also often …state) ) ENGINE=MyISAM; 3) Table with INT: CREATE TABLE cities_join ( id int(10) unsigned NOT NULL auto…join: CREATE TABLE IF NOT EXISTS `states` ( `id` tinyint(3) NOT NULL auto_increment, `name` char

Comment: Enum Fields VS Varchar VS Int + Joined table: What is Faster?

In the test you used int+join table, what if we move the join table functionality to our application and just compare ENUM VS CHAR VS INT.

Post: Analyzing air traffic performance with InfoBright and MonetDB

char(1) DEFAULT NULL, `Diverted` tinyint(4) DEFAULT NULL, `CRSElapsedTime` INT(11) DEFAULT NULL, `ActualElapsedTime` INT(11) DEFAULT NULL, `AirTime` INT…BY carrier) t JOIN (SELECT carrier, count…not really about InfoBright vs MonetDB comparison. … processing. Compression in InfoBright is impressive…