June 20, 2013

Comment: Converting Character Sets

… explained in the manual – http://dev.mysql.com/doc/refman/5.1/en/alter-table.html “For a column that has a data type of VARCHAR or one of the TEXT types, CONVERT TO CHARACTER SET will change the data type as…

Post: Virident vCache vs. FlashCache: Part 2

in use for all of the benchmarks on both systems. The benchmark tool used was sysbench 0.5 and the version of MySQLof data (32 tableschanges

Post: InnoDB Full-text Search in MySQL 5.6 (part 1)

of actual data. NOTE 3: Also, keep in mind that I used the community editions of MySQL 5.5.30 and MySQLof the other I_S tables, I do find that the number of rows in I_S.innodb_ft_index_table is changing

Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!

of data, one which is the text ofof that sort, and we were looking for queries containing the word “MySQL” – odds are that an article which has 10 instances ofMySQLof the types of queries that you’re expecting your users to run. In

Post: Data mart or data warehouse?

of data to the source tables. The goal of this methodology is the 100% accurate description of historical data from the operational system inin which the dimensions are normalized. This type of schema is usually called a snowflake schema. The three table item/category/item_category tables in

Post: Using Flexviews - part two, change data capture

… this type of software was not available for MySQL. Change Data Capture can be used to: Monitor a database table, or tables for changes. …changes Now that the changelog has been added, any changes to `test`.`demo` will automatically be captured. Insert data in one transaction (two rows): mysql

Post: MySQL 5.5 and MySQL 5.6 default variable values differences

…_5_30/data/dpe0 | /mnt/data/sandboxes/msb_5_6_10/data/dpe0 | | TABLE_DEFINITION_CACHE | 400 | 1400 | | PORT | 5530 | 5610 | | QUERY_CACHE_TYPE | ON… differently now. The query_cache_type is now off by default with default size of 1MB while in MySQL 5.5 and before it… one of the component of purging fine tuning in MySQL 5.6 innodb_file_per_table is now ON by default. This is very big change

Post: How Percona does a MySQL Performance Audit

tables and so forth. If the server is heavily loaded or has a lot of datatable. Queries can be rewritten. Indexes and data types and table structures can be changed

Post: On Character Sets and Disappearing Tables

… with a mismatched data type. For instance, if we have these two tables: CREATE TABLE foo ( i INT… exists in the temporary tables that were created as part of the ALTER operation and can be found in the data…’s something of an inconsistency present when MySQL won’t allow us to change an FK-referenced …