开发者

CouchDB for a forum?

Will couchDB be better for stori开发者_如何学编程ng the forum posts/topics then MySQL? assuming there is proper caching (i.e memcached being used).

It seems at first glance that CouchDB is made for this, the whole document orientated design fits perfectly but I'm more concerned about performance.

Any suggestions?


CouchDB is fast. It will meet your needs perfectly. It's good for a forum as each post and all related comments/posts in a thread will be self contained. CouchDB maps are, as far as I've seen, faster than MySQL Joins when MySQL has a large dataset.

I would say go for it.

Edit:

If you want an example of how CouchDB can be used in a decent way, check out skinnyboard. It's an agile planning tool and contains tasks on a story, and stories on a board, all with permissions in one CouchDB document. The code is a little messy in some places, but it's a good example of data encapsulation using CouchDB.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜