rcrowley + mysql   68

MySQL Sandbox
Tool Ryan pointed me to for easily installing multiple MySQL servers.
mysql  mysqlsandbox  packaging 
january 2012 by rcrowley
mihasya/ishmael - GitHub
(Dumping GitHub watches into Pinboard.)

GUI for mk-query-digest from Maatkit. Helps find whale-sized queries (get it?) against MySQL servers.
mysql  maatkit 
october 2011 by rcrowley
Poor man’s query logging - MySQL Performance Blog
For to tcpdump MySQL. Remember to connect via TCP, not Unix-domain.
mysql  tcpdump  logging 
september 2011 by rcrowley
How Percona does a MySQL Performance Audit - MySQL Performance Blog
Notes on MySQL audits from Percona. It's not dissimilar from how I learn my way around a new system of any type.
mysql  percona  audit 
july 2011 by rcrowley
DBSlayer - Trac
MySQL connection pooling proxy that exposes an HTTP JSON API rather than the MySQL protocol.
mysql  db  http  json  proxy 
december 2010 by rcrowley
Generic MySQL and PgSQL backends
Here are the settings to tweak if you want to use your own database to resolve DNS queries using PowerDNS.
powerdns  dns  mysql 
june 2010 by rcrowley
Abusing MySQL: The Federated Engine « mikhail panchenko / blog
If I ever stumble into the federated engine, this seems like the way to do it. I presume the particular style of replication doesn't matter.
mysql  federated  replication 
february 2010 by rcrowley
Choosing a non-relational database; why we migrated from MySQL to MongoDB « Boxed Ice Blog
A thorough walk-through of a production MongoDB deployment and the problems they encountered moving from MySQL (until the part where he doesn't know what atomic means).
mongodb  db  mysql 
july 2009 by rcrowley
http://faemalia.net/mysqlUtils/dbmon.pl
Probably not a bad idea to start running this.
dbmon  perl  db  mysql  monitoring 
july 2009 by rcrowley
Detailed review of Tokutek storage engine | MySQL Performance Blog
TokuDB: Good at lots of INSERTs and lots of data (efficient on-disk format). Bad at UPDATEs and anything that fits completely in memory.
tokudb  mysql  db 
may 2009 by rcrowley
How much overhead is caused by on disk temporary tables | MySQL Performance Blog
"As you can see I'm using ORDER BY NULL clause as otherwise MySQL will sort the data after performing group by which is overhead we're not looking to measure. This is actually good trick to use for cases when you do not need GROUP BY results sorted - it can significantly improve performance in some cases."
mysql  io 
april 2009 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
~jk Async MySQL Queries with C-API
This is seemingly the least hacky way to do asynchronous MySQL from C. It works beautifully!
c  mysql  async 
february 2009 by rcrowley
Opening Tables scalability | MySQL Performance Blog
Noah's hunch appears more and more correct. Altering the ulimit -n line in mysqld_safe allows you to set high table_cache, which will default open_files_limit to 2 * table_cache (provided you don't try to set it yourself).
mysql 
january 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 native driver for PHP - mysqlnd
I hear there's a way to do asynchronous MySQL queries in here. Must have a look.
mysql  php  async 
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
Useful MySQL Stuff
The Cacti monitoring stuff could make me happy.
cacti  mysql  monitoring  db 
september 2008 by rcrowley
Justin Vincent - Channels
David's favorite database wrapper
php  db  mysql  sql 
july 2008 by rcrowley
Applied Partitioning And Scaling Your Database System Presentation
I had to upload this to look at it. Good stuff on making MySQL play nicely with large tables.
mysql  db 
may 2008 by rcrowley
MySQL++
Probably overkill but result sets as std::vector may be too tempting to resist.
mysql  mysql++  c  c++  api  db 
may 2008 by rcrowley
www.richarddcrowley.org
Portfolio and testing ground of web programmer Richard Crowley of St. Louis, MO.
programming  web  html  xhtml  css  php  gentoo  linux  mysql  crowley  washu  wustl  blog  tech  technology  richardcrowley  me  rcrowley  richarddcrowley 
march 2006 by rcrowley

Copy this bookmark:



description:


tags: