Can a database be read without a partition key?
Can a database be read without a partition key? Yes you have to do a fan out query but id is only distinct per partition key so even then you may end up with multiple items. Frankly speaking, if you don't have the partition key for a point read then the model for the database is not correct. It (or the application itself) should be redesigned. Do you know the answers to all the multiple choice questions? If you are surprised by the answers given, you want to double check that you read the question correctly. If you’ve been studying...