In Azure Table storage, querying on columns other than the key is extremely inefficient and should be avoided. For example, you can store user profile data, with one partition storing information about a single user. You could store data such as user name, password hash, birth date, and so forth, in separate properties of one entity or in separate entities in the same partition. But you wouldn't want to query for all users with a given range of birth dates, and you can't execute a join query between your profile table and another table. Table storage is more scalable and less expensive than a relational database, but it doesn't enable complex queries or joins.
Do you know what is mean by Azure Blob Storage?
Do you know what is mean by Azure Table Storage?
Do you know what is mean by Azure Blob Storage?
Do you know what is mean by Azure Table Storage?