June 19, 2013

Comment: Call for papers: Percona Live London

… you’re in the mood to enjoy a live performance while eating, drinking or simply watching the show, this is the place to begin your search. At TicTune you can search for upcoming local live performances. These live performances are usually… distance, date, or by type or genre of shows you are interested in.

Comment: What technologies are you running alongside MySQL?

Sphinx for searching Memcached for caching MongoDB for analytics Can anyone compare the Lucene and sphinx performance?

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

Hm, yeah, I just tried it on my F18 system (kernel 3.9) and got the same error. Apparently this is a 2.6.x hack only, or maybe there is some other workaround for newer kernel versions that I’m not aware of.

Comment: How to load large files safely into InnoDB with LOAD DATA INFILE

I used to be recommended this blog via my cousin. I am not certain whether this put up is written by means of him as no one else know such exact about my trouble. You are incredible! Thank you!

Post: Percona XtraDB Cluster (PXC) in the real world: Share your use cases!

… setup goes into bootstrapping the first node. Note that in the cloud environment other nodes are not known until they are brought up, hence bootstrapping with an empty gcomm:// is done for the

Post: Call for papers: Percona Live London

…: What have you experienced while actively using MySQL, Percona Server, MariaDB, Drizzle or (fill in the blank) in production? Are you managing multiple environments? Are you working with MySQL or its variants at the code level? Share your perspective about the

Post: MySQL Webinar: Percona XtraDB Cluster Operations, June 26

… where it’s easier to find folks with PXC in production and such the need for more advanced talks has arisen. As… from the standard introductory talk and focus instead more on some key questions/issues/pain-points for those with PXC in production…-11AM PDT.  Topics will include: Backups from the cluster Avoiding SST Flow Control What and How to Monitor Tuning best practices This…

Comment: Percona Server 5.6.11-60.3 first Release Candidate now available

does/will Percona 5.6 include handlersocket? I assume it’s including the memcache nosql interface in mysql 5.6, correct?

Comment: Sample datasets for benchmarking and testing

the links here are useful and informative…

Comment: How to calculate a good InnoDB log file size

According to this link, https://mariadb.atlassian.net/browse/MDEV-4662 Jesper is correct and I am wrong: when InnoDB warns about not enough space in the logs, it’s overwritten its last checkpoint. Thanks to Jeremy Cole for finding out the truth.