Cloud Persistence History - NoSQL – Persistence Design

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

1/23

flashcard set

Earn XP

Description and Tags

A collection of vocabulary flashcards to help understand key concepts related to cloud persistence and NoSQL database technologies.

Last updated 12:40 PM on 11/2/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Cloud Computing

A technology that allows for the delivery of computing services over the internet.

2
New cards

Persistence Options

Various methodologies used to store and manage data in cloud native applications.

3
New cards

NoSQL

A category of database management systems that do not use a relational model.

4
New cards

RDBMS

Relational Database Management System, a type of database that uses structured query language.

5
New cards

Normalization

A process that minimizes redundancy and dependency by organizing fields and table relations in databases.

6
New cards

ACID Properties

Transactions in a database must be Atomic, Consistent, Isolated, and Durable.

7
New cards

Eventual Consistency

A consistency model that guarantees that, if no new updates are made to a given piece of data, eventually all accesses to that data will return the last updated value.

8
New cards

Polyglot Persistence

Using different data storage technologies to manage various data storage requirements.

9
New cards

Key-Value Store

A data storage paradigm that uses a simple key to access a value.

10
New cards

Document Store

A database management system designed to store, retrieve, and manage document-oriented information.

11
New cards

Graph Data Store

A store designed to represent and query data modeled as entities (nodes) and relationships (edges).

12
New cards

Sharding

A database design principle that splits data across multiple servers or nodes to improve performance.

13
New cards

Replication

The process of duplicating data across multiple servers to ensure availability and fault tolerance.

14
New cards

Database Schema

The organizational blueprint of a database that defines how data is structured.

15
New cards

Cloud Storage Option

Different methods of storing data in the cloud, including file storage, object storage, and databases.

16
New cards

AWS (Amazon Web Services)

A comprehensive cloud computing platform provided by Amazon.

17
New cards

Managed RDBMS Service

A cloud service that automates the setup, operation, and scaling of relational databases.

18
New cards

File Storage

A method of storing data where files are accessed directly and stored on local or network file systems.

19
New cards

Column Family Store

A type of NoSQL database that stores data in columns rather than rows.

20
New cards

Distributed Systems

Systems that provide a single coherent computing resource across multiple networked computers.

21
New cards

Big Data

Extremely large data sets that may be analyzed computationally to reveal patterns, trends, and associations.

22
New cards

Data Trends

Emerging patterns and innovations in data management and storage technologies.

23
New cards

Data Integrity

The accuracy and consistency of stored data.

24
New cards

API (Application Programming Interface)

A set of tools that allows different software applications to communicate with each other.