Indexing arrays in CosmosDB
问题 Why doesn't CosmosDB index arrays by default? The default index path is "path": "/*" Doesn't that mean "index everything"? Not "index everything except arrays". If I add my array field to the index with something like this: "path": "/tags/[]/?" It will work and start indexing that particular array field. But my question is why doesn't "index everything" index everything? EDIT: Here's a blog post that describes the behavior I'm seeing. http://www.devwithadam.com/2017/08/querying-for-items-in