Your new post is loading...
|
Scooped by
stephane gault
September 3, 2014 7:37 AM
|
Home of Sysadmin & Sysops tips and tricks
Commands, tips, network config, bigdata, performance tweaking, all you need to know.
|
Scooped by
stephane gault
May 6, 2015 7:33 AM
|
HAProxy's load-balancing algorithms HAProxy supports many load-balancing algorithms which may be used in many different type of cases. That said, cache servers, which deliver most of the time the s...
|
Scooped by
stephane gault
March 31, 2015 4:03 AM
|
This is guest post by Baron Schwartz, Founder & CEO of VividCortex, the first unified suite of performance management tools specifically designed for today's large-scale, polyglot persistence tier.
|
Scooped by
stephane gault
March 18, 2015 10:16 AM
|
This is a guest post by Oleksiy Kovyrin, Head of Technical Operations at Swiftype. Swiftype currently powers search on over 100,000 websites and serves more than 1 billion queries every month.
|
Scooped by
stephane gault
March 9, 2015 4:56 AM
|
Guest post by Julien Lemoine, co-founder & CTO of Algolia, a developer friendly search as a service API. Algolia started in 2012 as an offline search engine SDK for mobile.
|
Scooped by
stephane gault
February 24, 2015 10:17 AM
|
This past week was marked by a series of personal findings related to the use of Global Transaction IDs (GTIDs) on Galera-based clusters such as Percona XtraDB Cluster (PXC).
|
Scooped by
stephane gault
January 26, 2015 9:02 AM
|
|
Scooped by
stephane gault
January 6, 2015 5:20 AM
|
If you’ve been studying complex systems you know what minor changes might cause consequences of much greater proportions, sometimes causing some effects that are not easily explained at first.
|
Scooped by
stephane gault
December 21, 2014 2:44 PM
|
HAProxy is frequently used as a software load balancer in the MySQL world. Peter Boros, in a past post, explained how to set it up with Percona XtraDB Cluster (PXC) so that it only sends queries to available nodes.
|
Scooped by
stephane gault
November 28, 2014 3:33 AM
|
MySQL thread status: Waiting for query cache lock. Waiting for query cache lock is a connection status specific to MySQL 5.5 or newer...
|
Scooped by
stephane gault
November 24, 2014 5:13 AM
|
MySQL table alterations can interrupt production traffic causing bad customer experience or in worst cases, loss of revenue. Not all DBAs, developers, syadmins know MySQL well enough to avoid this pitfall.
|
Scooped by
stephane gault
October 29, 2014 6:20 AM
|
A deadlock in MySQL happens when two or more transactions mutually hold and request for locks, creating a cycle of dependencies. In a transaction system, deadlocks are a fact of life and not completely avoidable.
|
Scooped by
stephane gault
October 9, 2014 8:16 AM
|
MySQL replication is a core process for maintaining multiple copies of data – and replication is a very important aspect in database administration.
|
|
Scooped by
stephane gault
May 11, 2015 8:44 AM
|
After upgrading to Natty Narwhal I couldn't connect to my Linux based jump host (connected via VPN) ...
|
Scooped by
stephane gault
April 2, 2015 8:27 AM
|
Parallel replication is a much-expected feature of MySQL. It’s available in MariaDB 10.0 and in MySQL 5.7. Yet, both lose efficiency when replicating through intermediate masters. In this post, we’ll explain how parallel replication works and why it does not play well with intermediate masters. We’ll also offer a solution (hint: it involves Binlog Servers).
|
Scooped by
stephane gault
March 27, 2015 7:09 AM
|
Solutions like PagerDuty improve your Network Operations Center performance. Here are five ways our customers use PagerDuty to enhance their NOCs.
|
Scooped by
stephane gault
March 17, 2015 5:56 AM
|
Guest post by Tommaso Barbugli the CTO of getstream.io about cassandra migration on EC2
|
Scooped by
stephane gault
February 25, 2015 11:40 AM
|
Tutorial delivered at Percona Live London 2014, where we explore new features and techniques for faster queries with MySQL 5.6 and 5.7 and MariaDB 10, includin…
|
Scooped by
stephane gault
January 28, 2015 8:47 AM
|
In this blog post, we will discuss MySQL performance on eXFlash DIMMs. Earlier we measured the IO performance of these storage devices with sysbench fileio.EnvironmentThe benchmarking environment was the same as the one we did sysbench fileio in.
|
Scooped by
stephane gault
January 23, 2015 3:29 AM
|
The other day a customer asked me to do capacity planning for their web server farm.
|
Scooped by
stephane gault
January 4, 2015 7:38 AM
|
Query caching is one of the prominent features in MySQL and a vital part of query optimization. It is important to know how it works as it has the potential to cause significant performance improvements – or a slowdown – of your workload.
|
Scooped by
stephane gault
December 3, 2014 4:32 AM
|
By default in MySQL 5.6, each time MySQL is started (regular start or crash recovery), it iterates through all the binlog files when GTIDs are not enabled ...
|
Scooped by
stephane gault
November 24, 2014 1:13 PM
|
You might have encountered situations where you had to kill some specific select queries that were running for long periods and choking the database. This post will go into more detail with an example of report query offloading.
|
Scooped by
stephane gault
November 14, 2014 4:04 AM
|
This is a guest post by Nikhil Palekar, Systems Architect, FoundationDB. For many organizations that care a lot about strong consistency and low latency or haven’t already built a fault tolerant application tier on top of their database, adding...
|
Scooped by
stephane gault
October 17, 2014 4:57 AM
|
How would you build a chat service that needed to handle 7.5 million concurrent players, 27 million daily players, 11K messages per second, and 1 billion events per server, per day? What could generate so much traffic?
|
Scooped by
stephane gault
October 6, 2014 6:03 AM
|
Article by Daniel Miessler first posted on his blog lsof is the sysadmin/security über-tool.
|
Very handy tool