June 19, 2013

Post: Heikki Tuuri answers to Innodb questions, Part II

in it was only recently found and fixed: http://bugs.mysql.com/bug.php?id=29560 Concerning a switch to Oracle’s main databaseof table online. Q38: Seems that adaptive hash indexes are not used for primary key lookups or not showed up in

Post: Shard-Query adds parallelism to queries

number of concurrent queries which each examine large amounts of data. Since a single query is single threaded in MySQLin this blog post. Many database servers can add this parallelism natively, but most of those are not open source. In

Post: Commodity Hardware, Commodity Software and Commodity People

Number of vendors would claim they are intable while server is running and it would typically work. Even if table is corrupted MySQLdatabase” interfaces which run on top of MySQL or other databases

Post: Handling big result sets

table: < ?php $link = mysql_connect(‘localhost’, ‘root’, ”) or die(‘Could not connect: ‘ . mysql_error()); mysql_select_db(‘test’) or die(‘Could not select databasemysql_unbuffered_query instead of mysql_query. execution time: 54.34 s Good improvement. The identical results we can getNumber of