Click here to Skip to main content
15,888,253 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to store my master data in some azure storage so that same can be accessed in all my applications deployed in azure. The data need to be fetched large number of times and will be updated rarely.

Currently this data is stored in SQL Server and is accessed by Applications in Data centers (not on azure)

What I have tried:

I have thought of SQL, Redis and CosmosDB as of now but still not sure of which one to be used.
Posted
Updated 27-Jun-17 18:16pm

1 solution

Your question can only really be answered by you. If your data needs to be strictly structured or is heavily based on being relational, than you probably want to stick with sql server. If your data is unstructured, or not clearly defined right away that is one of many reasons to go the NoSQL route.

So really its up to you to decide how your data is stored, how you want it to be stored, is it going to change often? and whatever other requirements your project may have.

Have a look at these links:

https://www.upwork.com/hiring/data/sql-vs-nosql-databases-whats-the-difference/

The key differences between SQL and NoSQL DBs. | EVERYTHING ABOUT WEB AND NETWORK MONITORING[^]

NoSQL vs. SQL: It's About the Performance and Scale - DATAVERSITY[^]

Google[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900