-
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: checksums
Checksums again, some I/O too
When I was doing data loading tests, I realized that usually low checksum calculation CPU percentage is actually the blocking factor. See, usually when background writers do the flushing, it gets parallelized, but if active query is forcing a checkpoint, … Continue reading