June 18, 2013

Post: Can't Create Thread: Errno 11 (A Tale of Two Ulimits)

files)” Max processes 22888 22888 processes Max open files 6000 6000 files But let’s say that a new version of MySQL comes outresource limits on the fly, without a MySQL server restart…. As it turns out

Post: Rare evil MySQL Bug

… 5.4.2 in the funny state. When you see bug happening you would see…accept: Resource temporarily unavailable 091119 23:03:34 [ERROR] Error in accept: Resource temporarily unavailable filling out disk… pretty high socket number – probably because of large innodb_open_files I tested with in this case – …

Post: MySQL Error Message Nonsenses

… be performed (read error, out of file descriptors etc). In fact you … same kind of error complicating automatic handling. When we tested …So Innodb has limit of 1023 open transactions which perform writes. …example something with meaning of “Storage engine is out of resources” together with ability …

Post: Quick comparison of MyISAM, Infobright, and MonetDB

… a try. They have an open-source community edition, which is…for example. I used default tuning, out of the box, for all three … during the LOAD DATA INFILE, when I looked to see what …I had to be a bit resourceful to get everything going. The… believe it uses memory-mapped files to hold the data in-…

Post: 10+ Ways to Crash or Overload MySQL

when one of internal memory allocations would unexpectedly fail. To give you couple ofof subtables will likely cause your MySQL server to run out of fileopening transaction and doing a lot of updates, or simply keeping transaction open…MySQL does not have much of resource utilization control you can…

Post: Living with backups

of data when copying physical files, so the price may actually be rather high. And the more effectively the server resources…creating a TAR/GZ archive out of it and printing it out to the standard output, …system cache. By specifying O_DIRECT flag when opening a file, an application tells the system …

Post: Shard-Query adds parallelism to queries

resources (that is, scale better) when running small numbers of queries which examine a lot of…, but most of those are not open source. In… of queries in a file (or stdin) and a config fileout of memory bandwidth. Test #2 My second test involved the next four queries on Vadim’s list. The purpose of

Post: Heikki Tuuri answers to Innodb questions, Part II

files are small and sequential which can be very well taken care of RAID Battery Backed Up cache and when…have been several MySQL bugs opened about multi-core scalability (concurrent queries…We do not have much resources for scalability research. Peter Zaitsev, …16KB paged I/O going out one at a time, …

Post: Shard-Query turbo charges Infobright community edition (ICE)

open source tool kit which helps improve the performance of queries against …the data to tab delimited flat files using mysqldump. I started by … when there is enough resources to support the added parallelism, and when one of …scale-up” and “scale-out”, but once again, the “scale-out” results are the …

Post: SHOW INNODB STATUS walk through

of spin waits and spin rounds significant CPU resources may be wasted. It should come to hundreds ofof file IO: ——– FILEopen inside Innodb – this is when transaction was started but no statement is currently active, state of Innodb main thread which controls scheduling of