NoSQL Databases

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:51 AM on 5/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

NoSQL

Not Only SQL

Meeting big data requirements

Non-Relational

2
New cards

NoSQL Databases

Non-relational databases used for big data

3
New cards

Flexible Schema

DB must easily accommodate complex and variable data structures

4
New cards

Relaxed ACID Properties

ACID requirements are relaxed in many big data apps

5
New cards

Key-Value DBMS

Data represented as a single key and an associated value, and the key is used to access the value

6
New cards

Extensible Markup Language (XML)

Markup language that defines a set of rules encoding documents in a format that can be read from both humans and machines

7
New cards

Document DBMS

Stored in XML or JSON (JavaScript Object Notation)

8
New cards

Supports JSON/XML

JSON is used for web transactions, data format is industry standard

9
New cards

In-Memory DBMS

Database that primarily stores data in a computer's main memory (RAM) rather than on disk drives

10
New cards

Graphic Database

Data is represented as a graph with nodes and edges

11
New cards

Other Databases

Redis

DynamoDB

AWS

Oracle NoSQL

12
New cards

Redis

  • Remote Dictionary Server

  • Key-Value

  • Document

  • Graph

13
New cards

DynamoDB from AWS

  • Available as a cloud service

  • Each table consists of a key and a group of items

  • Each item contains one or more name-value pairs

  • Names of each pair can vary

14
New cards

Cloud Databases

  • Google (GCP)

  • Amazon (AWS)

  • Microsoft (Azure)