couchdb复杂映射减少多个文档返回单个json对象

发布于 2024-08-22 23:05:17 字数 128 浏览 7 评论 0原文

如何在 couchdb 中创建复杂的映射归约函数以跨越具有相同属性名称的多个文档的视图以返回单个 json 对象?

管理这个问题最有效的方法是什么?

嵌套集/源算法是否适合 couchdb(更改非常需要写入)?

How to create a complex map reduce function in couchdb to span a view over multiple documents with same attribute names to give back a single json object?

What is the most efficient way to manage this?

Is a nested set/source algorithm suitable for couchdb (changes are very write intensive)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫罗兰の梦幻 2024-08-29 23:05:17

如果你想要整个文档,你不应该使用reduce。只需为您之前讨论的“type”属性执行适当的映射函数,并使用 include_docs=true 查询视图即可。

If you want the whole documents you shouldn't use reduce. Just do a proper map function for the "type" attribute you talked about earlier and query the view with include_docs=true.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文