You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Manjunath Somashekhar <ma...@yahoo.com> on 2009/01/01 07:37:06 UTC

Re: Question on performance of getting document by id

hi Chris,

My erlang version is indeed 5.5.5.

Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0] [hipe] [kernel-poll:false]

Eshell V5.5.5  (abort with ^G)

what is the preferred version of erlang for an optimal performance - if there is any ?

If 93 gets/sec is slow - is there any metric which tells us how slow is this compared to an optimal scenario - for example lets say it is 100 times slow or some thing like that - just want to see how off i am from optimal performance.

Thanks
Manju


      

Re: Question on performance of getting document by id

Posted by Chris Anderson <jc...@gmail.com>.
it is definitely  worth upgrading.

happy new year

On Wed, Dec 31, 2008 at 10:37 PM, Manjunath Somashekhar
<ma...@yahoo.com> wrote:
> hi Chris,
>
> My erlang version is indeed 5.5.5.
>
> Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0] [hipe] [kernel-poll:false]
>
> Eshell V5.5.5  (abort with ^G)
>
> what is the preferred version of erlang for an optimal performance - if there is any ?
>
> If 93 gets/sec is slow - is there any metric which tells us how slow is this compared to an optimal scenario - for example lets say it is 100 times slow or some thing like that - just want to see how off i am from optimal performance.
>
> Thanks
> Manju
>
>
>
>



-- 
Chris Anderson
http://jchris.mfdz.com

Re: Question on performance of getting document by id

Posted by Paul Davis <pa...@gmail.com>.
Manjunath,

The preferred version of erlang is the latetest RC cadidate. Looks
like R12B-5 is the current version.

Also, is this 93 gets/sec linearly or simultaneously? A quick test on
my local laptop with:

$ ab -n 10000 -c 10 http://127.0.0.1:5984/test_suite_db/0

Gives me roughly 1900 req/s.

Paul

On Thu, Jan 1, 2009 at 1:37 AM, Manjunath Somashekhar
<ma...@yahoo.com> wrote:
> hi Chris,
>
> My erlang version is indeed 5.5.5.
>
> Erlang (BEAM) emulator version 5.5.5 [source] [async-threads:0] [hipe] [kernel-poll:false]
>
> Eshell V5.5.5  (abort with ^G)
>
> what is the preferred version of erlang for an optimal performance - if there is any ?
>
> If 93 gets/sec is slow - is there any metric which tells us how slow is this compared to an optimal scenario - for example lets say it is 100 times slow or some thing like that - just want to see how off i am from optimal performance.
>
> Thanks
> Manju
>
>
>
>