Tags:
create new tag
view all tags

NoSQL

NoSQL is a broad class of database management systems that differ from the classic model of the relational database management system (RDBMS) in some significant ways, most important being they do not use SQL as their primary query language. These data stores may not require fixed table schemas, usually do not support join operations, may not give full ACID (atomicity, consistency, isolation, durability) guarantees, and typically scale horizontally.

Related Topics:

  • SQL - structured query language used by conventional RDBMS
  • CouchDB - document-oriented database engine using JSON
  • MongoDB - document-oriented database engine using BSON (binary JSON)
  • ApacheHadoop - tabular NoSQL database engine

Related Links:

-- Contributors: PeterThoeny - 2012-03-11

Discussion

Topic revision: r1 - 2012-03-11 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.