查看和索引

时间:2016-03-09 14:46:18

标签: couchbase

通过视图对文档内部对象的内部属性进行索引是对文档本身的属性更昂贵。

比如说如果文档A如下:

{
   "person": 
   {
      "id":1234345,
      "name":"eyal"
   },
   //... more properties of document A 
}

我想根据人的身份运行一个视图。 它比下面的文档更贵(索引等):

{

      "id":1234345,
      "name":"eyal",
      //... more properties of document A 
}

提前感谢你

1 个答案:

答案 0 :(得分:0)

不,两种方法之间没有速度差异。