Our current project primarily relies on the file system to handle incoming source tests. Within this setup, we capture both metadata and result data from these tests. We extract metadata information from these files and store it in Azure Cosmos DB and we have several software services in place to facilitate this process.
CTO at UST Global
Impressive scalability and proficiency in database management
Pros and Cons
- "It is one of the simpler databases to work with in terms of code management, tracking, and debugging due to its straightforward data storage and retrieval mechanisms."
- "There is room for improvement in their customer support services."
What is our primary use case?
What is most valuable?
It is one of the simpler databases to work with in terms of code management, tracking, and debugging due to its straightforward data storage and retrieval mechanisms.
What needs improvement?
There is room for improvement in their customer support services.
For how long have I used the solution?
In one of our recent projects, we stored metadata information and log data within Cosmos DB.
Buyer's Guide
Microsoft Azure Cosmos DB
June 2025

Learn what your peers think about Microsoft Azure Cosmos DB. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,592 professionals have used our research since 2012.
What do I think about the stability of the solution?
It offers good stability capabilities.
What do I think about the scalability of the solution?
It offers impressive scalability, both in terms of throughput and storage. Its ability to scale dynamically allows us to align the database resources with the specific demands of our applications. Given its scalability and performance capabilities, we highly recommend it for use in large enterprises and organizations.
How are customer service and support?
There were instances where their customer support services were slow. As previously mentioned, when it came to setting up Azure Cosmos DB, not everyone was proficient in cost considerations, and our team lacked extensive prior experience. Our main support was provided by Microsoft's documentation and we were able to successfully navigate these challenges. I would rate it eight out of ten.
How would you rate customer service and support?
Positive
How was the initial setup?
The initial setup presented some challenges and required us to delve deeper into understanding the daily implications. Microsoft documentation proved to be a valuable resource in navigating this process.
What about the implementation team?
The initial setup, planning, and configuration took approximately one to two weeks to complete. The timeline for implementing the solution varied based on the specific use case and the discussions held with the client. We conducted regular reviews, documented our progress, and established a static attack system. Due to some design-related confusion, the overall implementation process was extended to about one to two months. Still, Cosmos DB and related components were set up within one to two weeks.
What's my experience with pricing, setup cost, and licensing?
Its pricing structure is quite flexible. It operates on a pay-as-you-go model, which means the cost is directly tied to the resources you consume and the throughput you require. Initially, our expenses were relatively low because we didn't store a significant amount of data, but as our storage needs increased over time, our expenses naturally grew in proportion to the resources and capacity we used.
What other advice do I have?
Initially, we encountered some challenges in understanding it, as it wasn't as straightforward as managing an SQL Server database or setting up environments within Azure Data Factory and DevOps. This complexity is related to the fact that Cosmos DB offers a range of additional features and capabilities. Our initial difficulties could also be attributed to our team's limited prior experience with Cosmos DB. Considering these factors, I would rate our experience with it at an eight out of ten. Beyond these initial hurdles, we found it to be a valuable and capable solution.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.

Principal Engineer at a tech services company with 51-200 employees
It's easy to setup and the support is good, but it's costly and hard to find people who know this solution
Pros and Cons
- "rate Azure support nine out of 10. They respond quickly and will help you manage costs. However, they mainly give you an overview of the issue, so they'll never have an in-depth idea of what you're doing. They aren't the owners of our product, so they don't know much about it, but they can ask you generally: What are you doing? Are you doing too many updates? How can we reduce the cost?"
- "I don't think Cosmos DB has improved our organization. People are using it, but I'm not sure it's the best solution. For one, it's costly. Also, there are other issues with it. You cannot get all the records simultaneously. You can only get it in chunks of 1,500 maximum."
What is our primary use case?
I work for a retail company that uses Cosmos DB internally for access management. You have a graph with a hierarchal model that goes from owner to manager to assistant manager to employee, etc., and you provide access based on this hierarchy. Our workshop manager uses Cosmos DB to track requests for access and who needs to approve them.
Employees who want to access specific resources will submit a request, and the application owners will approve it. Within the applications, there are often multiple levels of access. So the owner of those processes or files must authorize access. We have nearly 500 users. The security and access management teams mostly use Cosmos DB.
The company is considering a switch, but that might take many years. Many others have switched and will continue to switch to other solutions. However, after you've invested a couple of years into it, it becomes more challenging because you need to rewrite many things.
How has it helped my organization?
I don't think Cosmos DB has improved our organization. People are using it, but I'm not sure it's the best solution. For one, it's costly. Also, there are other issues with it. You cannot get all the records simultaneously. You can only get it in chunks of 1,500 maximum.
What is most valuable?
Cosmos DB is a graph database. I could see the advantages when we implemented it because it didn't have much competition. MongoDB was doing it, but it wasn't a popular solution for graphs, structures, and hierarchy. The only competitor was Neo4j.
For how long have I used the solution?
I have been using Cosmos DB for nearly a year.
What do I think about the stability of the solution?
I rate Azure Cosmos DB eight out of 10 for stability if you allocate the necessary resource units. It is based on the concept of a resource unit. There are three settings: auto, manual, and another one I can't remember. You can manually set a limit on what goes to the resource unit during a specified time. or it will automatically send and continuously increase.
This can create some instability. For example, if I limit my resources to 30,000 RUs, I expect to consume, but if the load is higher, it will fail and continue to fail. I will get an error that says, "Too many requests."
If you set it to "auto," you'll have to pay for it. You can adjust the limit, but it will not automatically do it. It requires someone who can think in terms of RUs, not the other databases we usually use. The person should always think in terms of resource units because you're paying for each resource unit. It isn't simply writing queries and pulling the details from the database. That is a steep learning curve. Many assume Cosmos DB is like any other NoSQL or graph DB.
What do I think about the scalability of the solution?
Cosmos DB is scalable, but there are some limitations on the amount of data you can hold in this partition. I think the maximum is 50 GB. That is a lot of data, so it is scalable, but there is a limit. It isn't infinite. Only 99 partitions are allowed with 50 GB each, then the maximum amount of data is under 5,000 GB.
However, it isn't simple because you need to define each record. You have to decide which partition the records should go to. Suppose I have 100 GB of similar records and want to put them in one partition. That isn't possible.
How are customer service and support?
I rate Azure support nine out of 10. They respond quickly and will help you manage costs. However, they mainly give you an overview of the issue, so they'll never have an in-depth idea of what you're doing. They aren't the owners of our product, so they don't know much about it, but they can ask you generally: What are you doing? Are you doing too many updates? How can we reduce the cost?
They usually make common suggestions, but so few technical people understand Cosmos DB, and they will be costly.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
I have used multiple NoSQL databases. The most common is Neo4j, but people also use MongoDB, which is a little easier. You have optimization and all those features there.
How was the initial setup?
I rate Cosmos DB nine out of 10 for ease of setup. The setup is easy, but backing Cosmos DB takes a little more work. It isn't difficult, but you have to raise a request to Azure support. It isn't in your control. The documentation is good enough that most application developers can handle it by following the steps in the documents.
We did it in-house. Two developers should be more than enough. One person could do it alone, but it's always good to have an extra person to verify that your actions are correct. After deployment, it doesn't require any maintenance. When you want to make a copy, you submit a request to the support team and within 24 hours.
What was our ROI?
We haven't seen a return. You could benefit from this, but few engineers know how to use it correctly, so that's a problem. It depends on the company. I believe only large organizations can afford it.
You also should be ready to invest in developers because it has a considerable learning curve. In other databases, you have something called "data cutover." You can change the whole concept of your data to make it more efficient. That is not possible in Cosmos DB. It's too big and will take years to change, whereas that might take you only two or three days in other databases.
For example, let's say you are paying a hypothetical amount for a mistake you made. We'll say it's $1,000. After a couple of years, you realize that you will only need to pay $200 after fixing that mistake, but it will require too many changes in multiple places to fix that error. You might need to discard your old solutions entirely, and it takes years to rewrite everything. Cosmos DB isn't going to reduce the number of people. Conversely, it's going to increase problems and create more confusion.
What's my experience with pricing, setup cost, and licensing?
I rate Cosmos DB one out of 10 for affordability. It was expensive. We pay almost $1,000 daily to use it. It doesn't work traditionally — it works on resource units — so it's costly. It's a graph DB, which has advantages and disadvantages. Neo4j and MongoDB do the same thing, so it depends on your environment and costs.
There are also issues with how you design it. You cannot create the traditional way like you would in other databases or graph databases. Typically, you would pay a fixed subscription yearly. With Cosmos DB, you pay monthly based on the source unit. That's what is expensive.
It's harder to find designers and developers based on that. Many solution architects will set something up using the traditional way of thinking. Once you start using it expensively, it's challenging to change that. You end up with millions of records, so it's impossible to change all of them.
Which other solutions did I evaluate?
We are considering changing from Cosmos DB to MongoDB.
What other advice do I have?
I rate Azure Cosmos DB six out of 10. I wouldn't recommend it. I suggest using other products like Neo4j and MongoDB. If you must use it, you should hire an expert who understands how to design the tables, indexing, and partition keys. The setup is effortless, but how will you write the code? It should be predetermined.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Microsoft Azure Cosmos DB
June 2025

Learn what your peers think about Microsoft Azure Cosmos DB. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,592 professionals have used our research since 2012.
A scalable solution that has no glitches and provides graphical representations of data
Pros and Cons
- "The graphical representation of data is the most valuable feature of the solution."
- "The support tickets are not cheap."
What is our primary use case?
We mainly use it for products that are based on graph concepts. We are using it for mobile applications and real-time analytics.
How has it helped my organization?
We have scaled it from 400 users to more than 1000 clients. We were able to scale efficiently during COVID-19.
What is most valuable?
The graphical representation of data is the most valuable feature of the solution. We did not face any glitches.
What needs improvement?
The support tickets are not cheap.
For how long have I used the solution?
I have been using the solution since 2017.
What do I think about the stability of the solution?
I rate the tool’s stability an eight out of ten.
What do I think about the scalability of the solution?
We had around 300,000 users. They were distributed globally. I rate the tool’s scalability a nine out of ten.
How are customer service and support?
The support team is not competent. We end up with the wrong agents sometimes. Sometimes, we must buy support tickets. It is not a good idea to have tickets that cost a lot.
How would you rate customer service and support?
Negative
How was the initial setup?
It is a cloud-only solution.
Which other solutions did I evaluate?
We have also used MongoDB and SQL Server.
What other advice do I have?
We had some challenges at the beginning because our team did not know how to optimize the tool. They made some expensive applications. However, we were able to cut it down by 95%. Overall, I rate the product an eight out of ten.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Data Quality Engineer-III at Anheuser-Busch InBev
A stable solution that can be used for data engineering, but its access request takes time
Pros and Cons
- "Microsoft Azure Cosmos DB is fast, and its performance is good compared to normal SQL DB."
- "Sometimes, the solution's access request takes time, which should be improved."
What is our primary use case?
I use Microsoft Azure Cosmos DB for data engineering.
What is most valuable?
Microsoft Azure Cosmos DB is fast, and its performance is good compared to normal SQL DB.
What needs improvement?
Sometimes, the solution's access request takes time, which should be improved.
For how long have I used the solution?
I have been using Microsoft Azure Cosmos DB for one year.
What do I think about the stability of the solution?
Microsoft Azure Cosmos DB is a stable solution.
What do I think about the scalability of the solution?
Microsoft Azure Cosmos DB is a scalable solution. More than 100 users use the solution in our organization.
How was the initial setup?
The solution's initial setup is straightforward.
What about the implementation team?
The solution's deployment time depends on how complex the job is. Learning-wise, it takes a few weeks to get your hands on, and then you can get started from there. The solution was implemented through an in-house team in our organization.
What other advice do I have?
Microsoft Azure Cosmos DB is deployed on-cloud in our organization.
I would recommend Microsoft Azure Cosmos DB to other users.
Overall, I rate Microsoft Azure Cosmos DB a seven out of ten.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Company at a tech vendor with 1,001-5,000 employees
Helped improve the search result quality of our customers' organization
Pros and Cons
- "The customer gave us the feedback that they are able to easily find the data they are looking for. It is very quick."
- "Our customer is very satisfied with it."
- "There are no particular factors that need improvement. There is a little bit of a learning curve with scaling workloads, but it works smoothly."
How has it helped my organization?
Microsoft Azure Cosmos DB has helped improve the search result quality of our customers' organization. The customer gave us the feedback that they are able to easily find the data they are looking for. It is very quick. That is the best feedback. They have a large amount of data, and they can find it quickly.
What is most valuable?
Our customer is very satisfied with it. Our branch does not use it yet. We used it for a customer, and the customer is very satisfied so far.
What needs improvement?
There are no particular factors that need improvement. There is a little bit of a learning curve with scaling workloads, but it works smoothly.
For how long have I used the solution?
I am still learning it and have only used it for one application so far.
What do I think about the stability of the solution?
No issues have been reported regarding the stability. It is very fast.
What do I think about the scalability of the solution?
There was a little bit of a learning curve with scaling workloads, but overall, it went smoothly.
How was the initial setup?
I have not had any challenges. However, the configuration done in a session at Microsoft Ignite looked complicated. It would be a bit challenging to do the same configuration.
There is a little bit of a learning curve. The onboarding process for the team took about two weeks.
What was our ROI?
The only feedback the customer gave us was that it was way cheaper than they expected.
What's my experience with pricing, setup cost, and licensing?
The customer had a high budget, but it turned out to be a little bit cheaper than what they expected. I am not sure how much they have spent so far, but they are satisfied with the pricing.
What other advice do I have?
I would recommend this product. I would like my organization to develop and explore it further. I would rate Microsoft Azure Cosmos DB an eight out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Nov 24, 2024
Flag as inappropriateCloud solution architect at 0
Effective for storing unstructured data, providing flexibility and scalability but initial setup may be challenging for those unfamiliar with the system
Pros and Cons
- "Since it's a managed service, Azure backend handles scalability. From a user's perspective, we don't need to worry about scalability."
- "There is room for improvement in terms of stability."
What is our primary use case?
Cosmos DB has multiple use cases. For instance, we recently developed a custom application for a customer in India. We used Cosmos DB to store data fetched from the initial front end to reduce access times to the application, which is significant for improving user experience.
For example, when creating a virtual machine through our custom portal, it is essential to check whether a VM with the same name exists in the same or a different subscription.
Additionally, we needed to enforce naming conventions and limitations on the number of VMs that can be created within the same network. These conditional parameters were managed using Cosmos DB, allowing the initial provisioning process to validate data and configurations instantly.
This enables us to inform the user right away if there is a duplication or if the creation adheres to predefined rules, offering suggestions based on the UI. This demonstrates the real-time application and benefits of Cosmos DB.
We use Cosmos DB for its key-value storage capabilities. For structured data, we always use SQL Database.
How has it helped my organization?
The low-latency data access provided by Cosmos DB improved application performance.
Application performance improvement depends on what kind of optimization you're looking for. Do you want to improve latency or efficiency? Performance tuning depends on that specific goal.
Here's an example: A customer with an application running in an internal system noticed their outbound data flow and charges increasing every month. They were exporting a lot of data for users in Excel format, which was heavy.
I suggested they export the data in CSV format instead. It's lightweight and users can still open it in Excel. This optimizes data usage and costs without compromising user experience.
Cosmos DB now supports unstructured data. It's a key-value store, so we can send data without worrying about strict structure, data types, and so on. Since it's unstructured, it's lighter than a structured database.
What is most valuable?
We use Cosmos DB for its key-value storage capabilities, while SQL Database is used for structured data.
What needs improvement?
There is room for improvement in terms of stability.
For how long have I used the solution?
I have been using it for a year.
What do I think about the stability of the solution?
In my experience, Cosmos DB is definitely stable. But, for any service or application, I wouldn't give it a perfect score. There's always room for improvement. A perfect score would mean no room for improvement. So, I always consider some buffer for improvement.
I would rate the stability a seven out of ten.
What do I think about the scalability of the solution?
Since it's a managed service, Azure backend handles scalability. From a user's perspective, we don't need to worry about scalability.
Right now I'm dedicated to customers of one of India's largest certificate authorities, Reliance Jio. They have a lot of customers and two dedicated Azure data centers in India. I focus on those two data centers, and I see at least 10 to 15 customers heavily using Cosmos DB there.
From the user's perspective, it's a managed database service, so all scalability is managed in the backend. Users shouldn't worry about scalability itself, but they might need to consider if paid region support is needed or if other regions are available. Otherwise, scalability shouldn't be a concern for them.
But if you're configuring Cosmos DB in a non-Azure solution, you'd have to manage scalability yourself. In that case, you'd have to be more conscious about it.
How are customer service and support?
We have dedicated technical support in India for each Azure service, including Cosmos DB. Since I provide the framework, design, and initial implementation, I'm involved in most calls to ensure everything is deployed as designed.
But for any issues or troubleshooting, there's dedicated support that gets involved and fixes them. I also stay engaged with the product team.
The product team is very proactive.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
I predominantly work on Microsoft SQL Database, among others. Sometimes, we use Cosmos DB for specific adaptations or APIs within Azure.
We've also assisted some customers in migrating from MongoDB to Cosmos DB.
How was the initial setup?
If you're familiar with it, it's not complex at all. But for someone new, it can be a little tricky.
Cosmos DB itself is a cloud-based solution. However, I'm currently working primarily with a hybrid solution: Azure Stack HCI with software-defined networking for the environment.
What about the implementation team?
We don't directly deploy Cosmos DB itself; it's a service within Azure. We use our DevOps pipeline to deploy the entire environment, which includes the application, database, environment (including the virtual network), and any connected service endpoints.
Everything gets incorporated into the provisioning source or the DevOps pipeline and then deployed from there. It's a pretty streamlined process for us.
What other advice do I have?
If the cost is affordable and you're looking for a managed service for unstructured data, I would definitely recommend using Cosmos DB from Azure. It also has seamless migration options from MongoDB, MySQL, and others.
So, a managed service is the best way to go if the cost is affordable.
Overall, I would rate the solution a seven out of ten.
Which deployment model are you using for this solution?
Public Cloud
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
Technical Architect at LTI - Larsen & Toubro Infotech
Is quite flexible and offers a complete concentration on coding
Pros and Cons
- "It is non-SQL and helps to manage and manipulate data from the coding, rather than direct data and complex queries."
- "I have been a devoted Microsoft fan, but Redis DB's memory caching capabilities are really making progress. Even if Cosmos DB is continuously improving and is quite advanced in the field of internal memory optimization, I would still recommend Redis DB to a customer."
What is our primary use case?
We handle JSON data and it is compatible with Microsoft Azure Cosmos DB.
What is most valuable?
I have found Microsoft Azure Cosmos DB different from other SQL databases like RDBMS. It is non-SQL and helps to manage and manipulate data from the coding, rather than direct data and complex queries. It is quite flexible and offers a complete concentration on the coding part only. Even if one lacks expertise in complex queries, JSON and Microsoft Azure Cosmos DB are quite compatible with each other and makes the database options more enhanced and easy to operate. The additional SQL features allow you to go to Azure's portal and get the queries solved.
What needs improvement?
I have been a devoted Microsoft fan, but Redis DB's memory caching capabilities are really making progress. Even if Cosmos DB is continuously improving and is quite advanced in the field of internal memory optimization, I would still recommend Redis DB to a customer. My dilemma still lies in the price of both solutions. I believe if Redis DB is superior and pricier than Cosmos DB, customers will be reluctant to use Redis DB.
Memory streaming and various optimizations contribute to higher costs but also increased speed. Currently, there's nothing specific I can pinpoint that needs to be added – I haven't made any purchases yet. However, I am inclined to recommend working with it.
For how long have I used the solution?
I have worked with Microsoft Azure Cosmos DB for one year.
What do I think about the stability of the solution?
It is a stable solution. I rate the stability a nine out of ten.
What do I think about the scalability of the solution?
It is a scalable solution. I rate the scalability a nine out of ten.
How are customer service and support?
We haven’t faced any issues that would make us contact service support or raise tickets
How would you rate customer service and support?
Positive
How was the initial setup?
The solution's initial setup is easy. The deployment took almost one day. We migrated the services from the CRM system, converted them into JSON, and deployed it. I would rate the initial setup an eight out of ten.
What other advice do I have?
If a customer needs to store JSON data, and the solution doesn't require complex structure and reporting like BI reports and RDBMS, opting for a NoSQL database could be ideal. NoSQL databases are suitable when data isn't structured in a relational manner and when extensive normalization isn't a priority. For efficiently handling JSON data for UI purposes or other needs, a NoSQL database like Cosmos DB is the way to go.
However, in the NoSQL landscape, various options like Redis DB, CouchDB, MongoDB, and Cosmos DB exist. If a preference leans towards Microsoft technologies, then Cosmos DB becomes a logical choice. Comparing Cosmos DB with alternatives like Redis DB is advisable before making a final decision. Thus, my typical recommendation involves considering these factors.
I would Cosmos DB a nine out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Microsoft Azure
Disclosure: My company has a business relationship with this vendor other than being a customer. partner
Principal Engineer at a tech services company with 201-500 employees
Read capacity is very fast and pricing scales automatically based on use
Pros and Cons
- "The solution's read capacity and write access functions are very fast so users don't have to wait when fetching or displaying data on a screen."
- "The solution cannot join two databases like Oracle or SQL Server."
What is our primary use case?
Our company uses the solution to develop a certain sort of products for our internal companies. We have some child or franchise companies and are developing software for them.
We use the solution where transactions display to provide views or reports for the console. We also use the solution for an online learning application or portal.
We have 20,000 to 30,000 users across multiple products, franchise companies, and customers at the backend. Centralized data is global and accessed from all over the world including India, the US, South America, and Asia.
We have several new projects with the same backend, so our user volume will definitely increase day by day.
What is most valuable?
The solution's read capacity and write access functions are very fast so users don't have to wait when fetching or displaying data on a screen. The main feature of an application is how it behaves toward the user. Users get uncomfortable when having to wait a long time. The solution's high-value data processing helps application performance data.
The solution easily integrates with the Microsoft cloud and other Microsoft products like Azure Active Directory. We use cloud storage for databases so this integration is very beneficial.
What needs improvement?
The solution cannot join two databases like Oracle or SQL Server. Joins have to be done programmatically through our sysHUB. We use .NET code so need the middleware to join databases.
There are certain restrictions for inner classes or employee roles.
Data retrieval is slightly more difficult than in SQL Server or other SQL databases.
Documentation needs some improvement to help end users. Documentation for joining includes some generic or peculiar cases but needs to be more comprehensive. It should lay out how to join databases and what procedures to use.
For how long have I used the solution?
I have been using the solution for more than three years.
What do I think about the stability of the solution?
The solution is stable. We haven't received news of any issues with platforms.
Stability is rated a nine out of ten.
What do I think about the scalability of the solution?
There are a lot of things we still have to fight out such as joining databases. Most probably for the high-transactional use cases, the solution cannot be used at all.
Currently, scalability is a seven out of ten.
How are customer service and support?
Our infrastructure team handles all communication with support and reports that they are good. We have a premium account with Microsoft so support always helps us.
Which solution did I use previously and why did I switch?
From 2009 to 2018, we used Oracle at our company. We switched to the solution for various projects due to the needs of users. We needed a product that met our business and users' requirements with the lowest cost possible.
How was the initial setup?
The setup is very easy so I rate it a nine out of ten.
In the initial days in 2018, setup was uncertain and coding was needed from our side. Now, we use the library to access the database or read and write. Things become so much easier over time.
What about the implementation team?
Two members of our core infrastructure team handle all implementations.
On average, deployments take three to five hours. We have to deploy the DevOps side and the data backup. If we consider all things, deployments hardly take a full day.
The solution doesn't require any ongoing maintenance.
What was our ROI?
Obviously, we want to be on the profit side as a business or we can't grow. Money and usability are the most important things for us.
The solution has already realized some ROI. The pay-as-you-go usage methodology helps us because it saves money.
At this point, I rate ROI a six out of ten.
What's my experience with pricing, setup cost, and licensing?
Pricing is one of the solution's main features because it is based on usage, scales automatically, and is not too costly. As usage scales up or down, the price moves accordingly.
For example, we might have 30,000 users and the requirement is high so the solution automatically scales up. If the requirement lowers because the application isn't being used all the time, then the usage automatically grades down and so do our costs.
Technical support is included as a free service.
I rate pricing a seven out of ten.
Which other solutions did I evaluate?
We still use Oracle for some projects but it is costly to acquire.
We are using SQL Server for an ongoing project.
The solution is less expensive than Oracle, especially with all of our DLLs. It is easier to work on from a developer's perspective and we realize a good cost savings.
We choose the best database based on a customer's budget and need.
What other advice do I have?
Everyone can use the solution where the database hits or the transactional data is placed.
The solution is not a good fit for companies in the banking industry who have a high volume of transactions every second. The solution always needs a proper SQL database like Oracle.
Companies with non-transactional applications must use the solution because it helps users and achieves a lot of success in terms database costs.
I rate the solution an eight out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.

Buyer's Guide
Download our free Microsoft Azure Cosmos DB Report and get advice and tips from experienced pros
sharing their opinions.
Updated: June 2025
Product Categories
Managed NoSQL Databases Database as a Service (DBaaS) NoSQL Databases Vector DatabasesPopular Comparisons
PostgreSQL
Elastic Search
OpenSearch
MongoDB Atlas
Microsoft Azure SQL Database
Buyer's Guide
Download our free Microsoft Azure Cosmos DB Report and get advice and tips from experienced pros
sharing their opinions.