Posts Tagged ‘Azure Cosmos DB SQL API’
Indexing Policies in Azure Cosmos DB and how you can efficiently manage them using Cerebrata Cerulean
Introduction Indexing is an important feature in all storage management systems. Indexes are used to quickly locate data without having to search every row in a database container every time a database container is accessed. With proper indexing, data can be retrieved faster. In this article we will learn about indexes in Cosmos DB and…
Read MoreMigrating Azure Storage Table Entities To Azure Cosmos DB SQL API Container – Some Tips and Tricks
Recently we had a requirement where we needed to migrate huge amount of data stored in Azure Table Storage to Azure Cosmos DB (SQL API). We had about 225 million entities in Table Storage that we needed to migrate to Cosmos DB. Since we did not have this functionality in our product Cerebrata Cerulean and…
Read More