-
Recent Posts
Recent Comments
- Davi Arnaut on on primary keys
- Henrik Ingo on on primary keys
- Stewart Smith on on primary keys
- Igor Babaev on on primary keys
- Domas Mituzas on MySQL versions at Wikipedia
Archives
Categories
Tags
backup benchmarks conference crash dba dtrace funny gcc gdb google innodb io jfs joke knol linux memcached memory mmap mydumper myisam mysql mysqlconf mysqluc performance presentation profiling raid rant recovery replication san francisco security session solaris sun talk threading timstarling trip tutorial web4 xfs xss zfs
Tag Archives: tcp
On blocking
If a process has two blocking operations, each blocking other (like, I/O and networking), theoretical performance decrease will be 50%. Solution is very easy – convert one operation (quite often the one that blocks less, but I guess it doesn’t … Continue reading