Is it possible to run a query on an Azure Table Storage table without using the PartitionKey. For example, I'd say, RowKey starts with but do not use the PartitionKey
Two questions:
- Is it possible to do this?
- Is it a good idea to do this? I'm concerned that even if it is possible, it may have a performance penalty associated with it.