June 19, 2013

Post: Statement based replication with Stored Functions, Triggers and Events

the procedure get logged and not the call to the procedure itself. So in this case you don’t need to replicate all your stored procedures in your slaves servers. Example: mysql> create procedure

Post: Can MySQL temporary tables be made safe for statement-based replication?

stored procedure? Whether this works or not depends, again, on how the stored procedure call is logged to the binary log. Let’s create a stored procedure to hold the

Post: Flexviews - part 3 - improving query performance using materialized views

the stored procedures to modify the dictionary. Do not modify it directly. convert.php You are probably unfamiliar with the SQL_API. In order to make working with the

Post: How Percona does a MySQL Performance Audit

to other things; for example, when I’m examining the status values for Created_tmp_tables and Created_disk_tmp_tables, I’ll paste in mysqlstored procedures, which are more difficult to analyze because you have to pull out the statements and analyze them individually. The goal is always to

Post: MySQL Backup tools used by Percona Remote DBA for MySQL

to dump schema’s. It does not handle views/triggers/procedures etc. Run with –no-schemas, instead use mysqldump for thein the current charset mysqldump … -d -R –skip-triggers, out to the schema file create a schema-post file that has the triggers # mysqldump … -d -t How to

Post: Analyzing air traffic performance with InfoBright and MonetDB

procedure: Infobright: the loader that comes with ICE version is very limited and I had to transform files toto find how to execute command from command line using included sqlline utility, and I did not understand how toin InfoBright. MySQL is really stupid here, and EXPLAIN for this query took 6

Post: Debugging problems with row based replication

the global setting on the master is to write binary logs in statement mode.   The row-based format does offer advantages particularly if triggers or stored procedures