About
This is a Wordpress install with a simple Twenty-Ten child theme and a "bookmark" custom post type.-
Links
Top 30 Tags
Meta
mysql x
15 Jun 13
2 Jun 13
25 May 13
Mysql slave server-id selection
(www.semicomplete.com) permalink
Two slaves with the same server id will replicate successfully, but when they reach the end of the master's binary log, something freaks out and forces them to disconnect. This causes both slaves to reconnect, sync (no data needed), and have the connection die off quickly again. The result of this is rapid connection/disconnection by both slaves driving the load to 1+ on both slaves, and to around .3 on the master even in a completely idle system. This is bad. Therefore, server id collisions are bad.
10 Feb 13
5 Jun 12
16 May 12
10 May 12
Goodbye, CouchDB
(saucelabs.com) permalink
hackernews
Here at Sauce Labs, we recently celebrated the completion of a significant project to improve our service uptime and reliability, as we transitioned the last of our CouchDB databases to MySQL.
16 Mar 12
Using MySQL as a NoSQL – A story for exceeding 750,000 qps on a commodity server
(yoshinorimatsunobu.blogspot.com) permalink
20 Feb 12
30 Sep 11
17 Sep 11
18 Aug 11
19 Jun 11
Joins are fast
(stackoverflow.com) permalink
Joins are fast. Joins should be considered standard practice with a properly normalized database schema. Don't fear the join.
It's true that join performance degrades non-linearly as the size of the data set increases. Therefore, it doesn't scale as nicely as single table queries, but it still does scale.
It's also true that a bird flies faster without any wings, but only straight down.
It's true that join performance degrades non-linearly as the size of the data set increases. Therefore, it doesn't scale as nicely as single table queries, but it still does scale.
It's also true that a bird flies faster without any wings, but only straight down.
18 Jun 11
15 May 11
14 May 11
10 May 11
5 Apr 11
19 Dec 10
12 Oct 10
8 Oct 10
5 Oct 10
High Scalability – High Scalability – Scaling Digg and Other Web Applications
(highscalability.com) permalink