Why I'm Walking Away From CouchDB
donpark.org
Why I'm Walking Away From CouchDB
1–10 of 19 posts
Re: Why I'm Walking Away From CouchDB
#2Re: Why I'm Walking Away From CouchDB
#3Maybe that's why he's walking away from CouchDB?
Re: Why I'm Walking Away From CouchDB
#4Unfortunately it's getting hammered enough that the content is offline. Maybe that's why he's walking away from CouchDB?
Re: Why I'm Walking Away From CouchDB
#5Unfortunately it's getting hammered enough that the content is offline. Maybe that's why he's walking away from CouchDB?
Re: Why I'm Walking Away From CouchDB
#6You can also do a lot of really complex queries with the elasticsearch query-dsl[2].
[1] http://daemon.co.za/2012/05/elasticsearch-5-minutes/ [2] http://www.elasticsearch.org/guide/reference/query-dsl
Re: Why I'm Walking Away From CouchDB
#71. View index updates - "Every write sets up a trap for the first reader to come along after the write"
2. Append-only database file - "Create(s) a huge operational headache", disk utilization, compaction, etc
CouchDB has always been a poor choice for write-heavy applications. Sounds to me like a case of selecting the wrong tool for the job.
Though I'm a big CouchDB fan myself, I wonder why the author didn't go with a traditional RDBMS for this application.
Re: Why I'm Walking Away From CouchDB
#8Unfortunately it's getting hammered enough that the content is offline. Maybe that's why he's walking away from CouchDB?
I just tried googling for the cached version, hoping that they were able to grab it, but interestingly they have only a screenshot of the article. It's even clear enough to read all the text, but there's no cached version. Surely the page itself would have been easier to store than an image?
Re: Why I'm Walking Away From CouchDB
#9While the blog is mostly down, here is a summary of the problems pointed out by the author: 1. View index updates - "Every write sets up a trap for the first reader to come along after the write" 2. Append-only database file - "Create(s) a huge operational headache", disk utilization, compaction, etc CouchDB has always been a poor choice for write-heavy applications. Sounds to me like a case of selecting the wrong to…
To me it sounds like he is almost refusing to use an RDBMS to its fullest.
Re: Why I'm Walking Away From CouchDB
#10Unfortunately it's getting hammered enough that the content is offline. Maybe that's why he's walking away from CouchDB?