Data Analytics - Week 4

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary and concepts related to sharding and replication in MongoDB, aiding students in understanding and memorizing key terms for their exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Sharding

A method for horizontally partitioning data across multiple servers.

2
New cards

Replication

The process of storing identical copies of data in multiple locations to ensure redundancy and availability.

3
New cards

Primary Node

The main server in a replica set that handles all the writes.

4
New cards

Secondary Node

A server in a replica set that receives copies of the data from the primary node.

5
New cards

Arbiter

A node in a MongoDB replica set that participates in elections but does not hold data.

6
New cards

Shard Key

A field or fields used to distribute data across shards.

7
New cards

Mongos

A routing service for sharded clusters in MongoDB.

8
New cards

Replica Set

A group of MongoDB servers that maintain the same data set.

9
New cards

Sharded Cluster

A MongoDB deployment comprising multiple shards, each of which is a replica set.

10
New cards

Metadata

Data that provides information about other data, aiding in data management.

11
New cards

Horizontal Scaling

Adding more servers to handle increased load.

12
New cards

Primary Key

A unique identifier for a document in a MongoDB collection.

13
New cards

Tunable Consistency

Ability to set different levels of consistency in data retrieval according to use case requirements.

14
New cards

Active Directory

An optional service to help manage users and resources in a network.

15
New cards

Write Concern

A setting that specifies the level of acknowledgment requested from MongoDB for write operations.

16
New cards

Consistency Model

The strategy for keeping data consistent across distributed systems.