Compare the focus of traditional relational systems with the focus of NOSQL systems?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Traditional relational systems
• centralized data storage
• structured data storage
• data consistency / ACID compliance(a transaction must be atomic, consistent, isolated, and durable)
• aggregation
• powerful query languages
NOSQL systems
• distributed data storage
• flexible data storage
• schema-less data sets that include structured and semistructured data
• scalability
• high performance (at scale)
• availability through replication