From d0f8b0190a0189ea33ef398285bff62ca984f0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Thu, 25 Jun 2009 14:25:58 +0200 Subject: [PATCH] Some doc updates --- README.textile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.textile b/README.textile index baa7b1a..2d5e25d 100644 --- a/README.textile +++ b/README.textile @@ -4,14 +4,14 @@ As much as you would probably like to ignore your rational mind, head over to my I am currently working on these benchmarks to get first-hand data about the scaling properties of CouchDB. Specifically I care about disk usage (to figure out when sharding will be required) and replication speed. However, along the way I am also collecting potentially other useful information, but keep in mind that my test methodology will clearly focus on disk usage and replication characteristics. -If you want to get some more insights into evaluating CouchDB and other #nosql databases, I highly recommend those 2 articles by Jan Lehnardt (@janl): +If you want to get some more insights into evaluating CouchDB and other #nosql databases, I highly recommend those 2 articles by Jan Lehnardt ("@janl":http://twitter.com/janl): -http://jan.prima.de/~jan/plok/archives/175-Benchmarks-You-are-Doing-it-Wrong.html -http://jan.prima.de/~jan/plok/archives/176-Caveats-of-Evaluating-Databases.html +"Benchmarks: You are Doing it Wrong":http://jan.prima.de/~jan/plok/archives/175-Benchmarks-You-are-Doing-it-Wrong.html +"Caveats of Evaluating Databases":http://jan.prima.de/~jan/plok/archives/176-Caveats-of-Evaluating-Databases.html h1. Setup -I have choosen to run all tests on Amazon EC2 with c1.medium instances. The reason is simply that this will be my production environment, but it has also the benefit that others can easily verify / compare my results. +I have chosen to run all tests on Amazon EC2 with c1.medium instances. The reason is simply that this will be my production environment, but it has also the benefit that others can easily verify / compare my results. So far I have been using ami-0d729464 (Ubuntu 9.04 Jaunty, see "alestic.com":http://alestic.com/). But any other Ubuntu >= 8.04 version should do as well. @@ -31,7 +31,7 @@ h1. Help extending this suite! If you need more data than what is currently reported, just fork this project on GitHub and I'll integrate your changes. I'm cool with any languages, I just use PHP as again this is what I use in production and what I know the best. -Feedback & questions can be sent to felix@debuggable.com. I'm @felixge on twitter. +Feedback & questions can be sent to felix@debuggable.com. I'm "@felixge":http://twitter.com/felixge on twitter and the_undefined in #couchdb. Thanks for checking this out, -- Felix Geisendörfer \ No newline at end of file