Question : I’m making a database which should be able to handle over 1,000,000,000 rows. in order to optimize it’s […]
Tag: innodb
Why does innodb_flush_method = O_DSYNC provide such a performance boost with SAN-backed storage?
Question : I’ve seen some people suggest that O_DSYNC should be used with a SAN. The MySQL docs have this […]
Bypass MyISAM table lock
Question : I have a big MyISAM table with a fulltext index for searching. Problem is that inserting data into […]
Optimize Table query causing Fatal error during execution with InnoDB table
Question : I have a problem with OPTIMIZE TABLE query with one of my InnoDB database tables. I have a […]
Is it common practice to mix InnoDB and MyISAM tables on same server?
Question : I’ve got a single database of about 4.5GB running on a server with 8GB RAM. The vast majority […]
Large queries on MyISAM tables crashing MySQL
Question : I have a PHP website, which is using the third-party software ResourceSpace, that when I installed it, it […]
Mysql might have too many indexes
Question : I am using the php framework Laravel for my application, together with mysql 5.6, in order to have […]
Maintenance in MYSQL when innodb_file_per_table disabled
Question : I have read your post and I completely understand OPTIMIZE TABLE to perform in an environment where innodb_file_per_table […]
Insert and select the row autoincremented id
Question : What I want to do is insert a row and than select its auto incremented id number, In […]
Optimize InnoDB settings for current VPS setup
Question : I have VPS with following setup: (4 x 2.40 GHz), 8192 MB RAM MEMORY, 20GB HDD space. My […]