…MyISAM tables in case of MySQL/System crash is painful and great to be avoided. Long primary key – why did not I use auto_increment id in…primary key itself does not get much larger whatever columns you place into it, as primary key BTREE contains all table data in…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…TABLE `dir_test_innodb` ( `id` int(10) unsigned NOT NULL, `full_name` varchar(100) DEFAULT NULL, `details` text, PRIMARY KEY (`id`), FULLTEXT KEY…mysql> CREATE TABLE dir_test_innodb4 (fts_doc_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY); ERROR 1166 (42000): Incorrect column…

