I am looking into Cosmos DB pricing and I cannot make any sense of it. As far as I understand Document DB was considered a cheaper option to Azure SQL DB for the similar amount of usage and storage.
Is it the case with Cosmos DB as well? Does anyone has any experience with Cosmos DB to share.
Any input will be greatly appreciated.
while(!dead){
for (i=1;i<=10;i++)
{
read(sura_Ihlas);
castle_in_Jannah++;
}
}
You might do yourself a solid by contacting their sales department; you are asking a question that sales for their product should be able to answer. You are welcome to wait for an answer here, however it is an answer that may be in the form of a link to
their site.
I had a chat with their representative and I was none the wiser, then I decided to post the question here in the forums. I did some more reading afterwards and used their calculator. Everything revolves around their measuring unit - which is request unit RU
(1KB of data) measured per second or per minute.
You pay for amount of traffic (RU/sec) that you subscribe to regardless if you use it or not. One RU equates roughly to making a single request to retrieve id for example. More complex requests will cost more RU units. There is a charge for storage as well.
Because I have no projection of either storage or traffic it is impossible to tell.
I have decided to architect my application in a way to minimise the load with caching and at least get some idea what the cost may be.
I will still use Cosmos DB for data store.
Hopefully this will help others looking into Cosmos DB
while(!dead){
for (i=1;i<=10;i++)
{
read(sura_Ihlas);
castle_in_Jannah++;
}
}
I think you might want to look at Amazon Web Services, they have a variety of Cloud plans that may fit what you are looking for. They even provide an easy to use Calculator to determine what your monthly charges may be:
https://calculator.s3.amazonaws.com/index.html
Bulk of our apps and services are already on Azure so will stick with it. Besides Cosmos DB is packed with features, will be suitable for the application and I am looking forward to learn it.
while(!dead){
for (i=1;i<=10;i++)
{
read(sura_Ihlas);
castle_in_Jannah++;
}
}
Member
4 Points
237 Posts
Cosmos DB Pricing
Jun 13, 2017 03:40 PM|almir_1|LINK
I am looking into Cosmos DB pricing and I cannot make any sense of it. As far as I understand Document DB was considered a cheaper option to Azure SQL DB for the similar amount of usage and storage.
Is it the case with Cosmos DB as well? Does anyone has any experience with Cosmos DB to share.
Any input will be greatly appreciated.
for (i=1;i<=10;i++)
{
read(sura_Ihlas);
castle_in_Jannah++;
}
}
All-Star
35218 Points
9955 Posts
Moderator
Re: Cosmos DB Pricing
Jun 13, 2017 05:15 PM|bbcompent1|LINK
You might do yourself a solid by contacting their sales department; you are asking a question that sales for their product should be able to answer. You are welcome to wait for an answer here, however it is an answer that may be in the form of a link to their site.
Member
4 Points
237 Posts
Re: Cosmos DB Pricing
Jun 13, 2017 06:26 PM|almir_1|LINK
Thank you bbcompent1.
I had a chat with their representative and I was none the wiser, then I decided to post the question here in the forums. I did some more reading afterwards and used their calculator. Everything revolves around their measuring unit - which is request unit RU (1KB of data) measured per second or per minute.
You pay for amount of traffic (RU/sec) that you subscribe to regardless if you use it or not. One RU equates roughly to making a single request to retrieve id for example. More complex requests will cost more RU units. There is a charge for storage as well. Because I have no projection of either storage or traffic it is impossible to tell.
I have decided to architect my application in a way to minimise the load with caching and at least get some idea what the cost may be.
I will still use Cosmos DB for data store.
Hopefully this will help others looking into Cosmos DB
for (i=1;i<=10;i++)
{
read(sura_Ihlas);
castle_in_Jannah++;
}
}
All-Star
35218 Points
9955 Posts
Moderator
Re: Cosmos DB Pricing
Jun 13, 2017 06:33 PM|bbcompent1|LINK
I think you might want to look at Amazon Web Services, they have a variety of Cloud plans that may fit what you are looking for. They even provide an easy to use Calculator to determine what your monthly charges may be: https://calculator.s3.amazonaws.com/index.html
Member
4 Points
237 Posts
Re: Cosmos DB Pricing
Jun 13, 2017 08:34 PM|almir_1|LINK
Bulk of our apps and services are already on Azure so will stick with it. Besides Cosmos DB is packed with features, will be suitable for the application and I am looking forward to learn it.
for (i=1;i<=10;i++)
{
read(sura_Ihlas);
castle_in_Jannah++;
}
}