Azure Table Storage

2023-11-30T19:28:10+00:00

Azure Table Storage Cheat Sheet A NoSQL key-value store for large semi-structured datasets. Supports flexible data schema. Performs OData-based queries Features Allows you to store and query huge sets of structured, non-relational data. And as demand grows, your tables will scale-out. Scale-up without having to manually shard your dataset. The data is replicated three times within a region using geo-redundant storage. An entity has a limit of 1MB in size. Store data sets that do not require complex joins, foreign keys, or stored procedures, and can be denormalized for fast access. Table storage is used to store flexible data sets [...]