… solution you choose? Whether it is open source or not? e.g. I choose MySQL, then I go write my app…
Comment: Benchmarking Percona Server TokuDB vs InnoDB
… only one specific use case useful with InnoDB compression: i.e. you have a separate table with TEXT column, which stores…
Post: MySQL and Percona Server in LinkBench benchmark
… we used a PowerEdge R720 box with a fast PCI-e flash card as storage. By default linkbench dataset has 10M…
Comment: Follow these basics when migrating to Percona XtraDB Cluster for MySQL
Mrten, Galera/PXC handles the privileges differently even if these tables are MyISAM – simply do not make direct modification to them instead use the usual commands i.e. GRANT, DROP USER, etc
Post: Galera Flow Control in Percona XtraDB Cluster for MySQL
… if they are blocked by the underlying SST method, i.e., by FLUSH TABLES WITH READ LOCK.
Post: Follow these basics when migrating to Percona XtraDB Cluster for MySQL
… are very few reasons to stay with MyISAM nowadays i.e. if you have FULLTEXT you simply cannot replace in short…
Post: How to recover table structure from InnoDB dictionary
… human readable table name in form database_name/table_name e.g. sakila/actor. `ID` is a table identifier. We will…
Comment: Rotating MySQL slow logs safely
Hi,Peter Boros Thanks for your good idea ! I have a security misgivings with use mysql -e,which need user and password because procedure box must be setted.
Post: Rotating MySQL slow logs safely
… 1G dateext missingok notifempty sharedscripts postrotate /usr/local/bin/mysql -e ‘select @@global.long_query_time into @lqt_save; set global…

