May 25, 2012

Post: MySQL EXPLAIN limits and errors.

… operations match. EXPLAIN works for SELECT only …MySQL will still print full number. Here is example: mysql> explain select * from lt limit 10; +—-+————-+——-+——-+—————+———+———+——+——+————-+ | id | select… with partial result set (partial rows) …

Post: Using MyISAM in production

MySQL behavior due to this) – it will be corrupted by unproper shutdown, it will fail with partial … for general purpose storage engine – it better matches what you would expect from database server …which is blocked by long running select will also block further selects from this table – they will …

Post: Falcon Storage Engine Design Review

…should have kept private as I partially got them while working for MySQL. These thought base on my… configuration options to adjust database behavior to match my needs. I love this Zero administration …isolation modes is supported, including no support for SELECT FOR UPDATE. This is also why Falcon …