While adding more partitions in Azure Search Service, I see it doesn't require any partition key. We push data from our application and don't use indexer to pull it. Assuming I have only one index and I am using 3 partitions, I have below questions:
- While pushing a document into the index, how does the service know which partition to create that particular doc in?
- While querying documents, does the service fan-out query across all partitions every time and then collate the results?