rcrowley + innodb   19

InnoDB_int.png (1023×761)
Drawing of the various buffers and files in InnoDB, what they do, and what configuration parameters modify their size or behavior. So much nicer than long reference lists.
innodb  xtradb 
april 2010 by rcrowley
mySQL DBA: Walking an INNODB table Fast
Been doing about the same thing except selecting by a prefix of the binary(20) primary key.
mysql  innodb  db 
march 2009 by rcrowley
MySQL Performance Tuning and Benchmarking
Page 10 mentions a "profiling" mode I've never heard of before.
mysql  innodb  myisam  profiling 
january 2009 by rcrowley
http://www.wafflegrid.com/
An L2 cache using remote memory for InnoDB. Maybe instead of manually asking memcached for things before going to the database, one could just ask the database and repurpose the memcached instances already available for WaffleGrid. This definitely introduces some inefficiencies but essentially teaches memcached to speak SQL.
memcached  mysql  innodb  wafflegrid  cache 
november 2008 by rcrowley
MySQL :: MySQL 5.0 Reference Manual :: 13.2.11 InnoDB Performance Tuning Tips
"If you can afford the loss of some of the latest committed transactions if a crash occurs, you can set the innodb_flush_log_at_trx_commit parameter to 0. InnoDB tries to flush the log once per second anyway, although the flush is not guaranteed."

Oh lord, help me.
innodb  mysql  performance  db 
september 2008 by rcrowley

Copy this bookmark:



description:


tags: