Core Sql vs Azure Table

Peter Bons 156 Reputation points
2021-10-12T17:43:56.963+00:00

So we have this scenario we think Cosmos DB table API is a good fit, or at least we want to investigate this. Now, according to this MS Learn module we should never choose for the table api, instead use the core api:

This API should only be used to allow existing apps that are based on the Table API access to Azure Cosmos DB. However, new projects should always choose Core (SQL).

Is this the official take and is it indeed discouraged to use the table api for new development as I can't find this in any of the docs.

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,925 questions
{count} votes

Accepted answer
  1. Anurag Sharma 17,636 Reputation points
    2021-10-14T09:03:08.893+00:00

    Hi @Peter Bons , thanks for your patience. I have received the reply back from product group.

    There is no plan to stop supporting Table API, and any service which gets retired Microsoft announces well in advance giving lot of time to everyone who is using it.

    However, if you are using the Azure Cosmos DB and can model the data that suits SQL API, this would still be better as not only it offers better capabilities but cost/efficiency benefits as well.

    ----------

    Please don't forgot to click on accept it as answer button 140561-image.png wherever the information provided helps you. This can be beneficial to other community members as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.