Skip to main content

Table storage

A NoSQL key-value store for rapid development using massive semi-structured datasets

  • Store semi-structured data that's highly available
  • Create massively-scalable apps
  • Create apps that require a flexible data schema
  • Use JSON to serialize data
  • Perform OData-based queries

Store petabytes of structured data

Use Azure Table storage to store petabytes of semi-structured data and keep costs down. Unlike many data stores—on-premises or cloud-based—Table storage lets you scale up without having to manually shard your dataset. Availability also isn’t a concern: using geo-redundant storage, stored data is replicated three times within a region—and an additional three times in another region, hundreds of miles away.

Supports flexible data schema

Table storage is excellent for flexible datasets—web app user data, address books, device information, and other metadata—and lets you build cloud applications without locking down the data model to particular schemas. Because different rows in the same table can have a different structure—for example, order information in one row, and customer information in another—you can evolve your application and table schema without taking it offline.

Made for enterprise

Table storage embraces a strong consistency model. When data is inserted or updated in Table storage, all further accesses to that data will see the latest update. This is critical for systems with multiple users who are simultaneously updating data stores.

Designed for developers

Azure Storage provides rich client libraries for building apps with .NET, Java, Android, C++, Node.js, PHP, Ruby, and Python. The client libraries offer advanced capabilities for Table storage, including OData support for querying and optimistic locking capabilities. Data in Azure Storage is also accessible via the REST API, which can be called by any language that makes HTTP/HTTPS requests.

Why trust Table storage?

Customers using Table storage

Xbox
GreenButton
Carnegie Mellon University
Orange Tribes

Everything you need to get started

Get instant access and a $200 credit by signing up for a free Azure account.

Learn how to use Table Storage with 5-minute quickstart tutorials and documentation.

Enhance Table Storage with additional features and products, like security.

Start using Table storage

Can we help you?