开发者

Can I query a view in CouchDB using mapreduce?

开发者 https://www.devze.com 2023-01-21 14:19 出处:网络
I have this problem that I think would require me to do multiple(two) mapreduces to get the expected result. Is this possible in Cou开发者_如何学GochDB? If not, A

I have this problem that I think would require me to do multiple(two) mapreduces to get the expected result. Is this possible in Cou开发者_如何学GochDB? If not, A are there other database engines that might support this?


No. You could try Couldant hosting, which support map-reduce chaining, but that would lock you into that platform, as far as I can tell.

If a delay is acceptable, you may use an asynchronous process to feed the view data back into CouchDB as input for the second view.

0

精彩评论

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