Tag Archives: amazon rds

tpcc-mysql rough benchmark for Amazon RDS

I tried to do tpcc-mysql benchmark for Amazon RDS. Before do that, did the same test for EC2 small instance. From EC2 small instance to small. Fedora8 and MySQL 5.0.45. Default configuration. (no change for a my.cnf; innodb_buffer_pool_size = 8388608) # mysql -h domU-12-31-39-06-7C-86.compute-1.internal -u mymasteruser -p mysql> grant all privileges on tpcc.* to tpcc@'%' identified by [...]
Posted in Tweak | Also tagged | 1 Comment

Amazon RDS quick start

I’ve tried to use Amazon Relational Database Service. Easy to scale-up appeals to me. Official Getting Started Guide is very good. I almost followed this document. Works on Mac OSX 10.5.8. % rds-create-db-instance --db-instance-identifier myinstance --allocated-storage 5 --db-instance-class db.m1.small --engine MySQL5.1 --master-username mymasteruser --master-user-password **** --db-name MyDatabase --headers It takes several minutes. % rds-describe-db-instances --headers Unable to find a $JAVA_HOME [...]
Posted in Tweak | Tagged | Leave a comment
  • About

    I'm Nobu, a web developer living in Mountain View, CA. Feel free to comment on any posts. I'm also tweeting on twitter.

  • Archives

  • Recent Posts