Hi, I'm a CouchDB n00b. Just trying to run the samples from the book "7dbs in 7weeks". Below are the commands that I ran and the time taken is indicated next to each. I created the music DB in futon.
These were run on Windows 8.1 64-bit which has 16 GB memory Thanks for all your help curl -i -X POST http://localhost:5984/music/ -H "Content-Type: application/json" -d '{ "name":"Wings" }' *3 Mins* curl -i -X PUT http://localhost:5984/music/0e1f54673394cbc27611fb7b2f0019e0-H "Content-Type: application/json" -d '{"_id": "0e1f54673394cbc27611fb7b2f0019e0", "_rev": "1-2fe1dd1911153eb9df8460747dfe75a0", "name": "Wings", "albums": ["Wild Life", "Band on the Run", "London Town"]}'* 4 Mins* curl -i -X DELETE http://localhost:5984/music/0e1f54673394cbc27611fb7b2f0019e0 -H If-Match:2-17e4ce41cd33d6a38f04a8452d5a860b *2 Mins* *Dave Cottlehuber (@dch__ <https://twitter.com/dch__?refsrc=email>)* 4/26/14, 12:08 PM<https://twitter.com/dch__/status/460087963813425152?refsrc=email> @hakeemsm <https://twitter.com/hakeemsm> ok that's definitely not normal. Can you mailto:[email protected] with some more details? Download the official Twitter app here<https://twitter.com/download?ref_src=MailTweet-iOS> Sent from my iPhone
