Is there any way to disable the default secondary indexing in azure cosmosdb? My application does not require secondary indexing on addition of every extra field in the collection. Can I disable creation of secondary indexes?
What happens if I exclude all paths in Indexing Policy section with excludedPaths
set to "/*"
? Will it remove indexing added on Partition and Row key as well?