ubuntu-12.04, couchdb built via checkout of today's build-couchdb (resulting in couchdb 1.2.0), otherwise today's packages of couchdbkit (0.6.3), restkit (4.2.0) and requests (0.14.2).
On Mon, Dec 10, 2012 at 8:47 PM, Benoit Chesneau <[email protected]>wrote: > On Mon, Dec 10, 2012 at 8:30 PM, Holger Krekel <[email protected] > >wrote: > > > Hi everyone, > > > > i was playing with couchdb today and was a bit irritated that it all > seemed > > a bit slow from python. So i got down to time it, accessing via > > "couchdbkit" versus "requests". There was a >10x difference (!), i.e. > > requests would allow me to do 500 requests in 1.4 seconds, while > couchdbkit > > took 20.5 seconds. The server saw the same GET requests in both cases. > > Here is my related stackoverflow question: > > > > > http://stackoverflow.com/questions/13807706/couchdbkit-10x-slower-than-requests > > > > I can imagine a 30% difference, but 10 times? > > > > > I don't reproduce it... What is your version of couchdb, couchdbkit & os ? > > - benoƮt > > > > > best, > > holger > > >
