Untitled Flashcards Set

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards
transaction

A group of queries that must be either completed or rejected as a whole.

2
New cards
architecture
Describes the internal components and the relationships between components of a database system.
3
New cards
query processor
Interprets queries, creates a plan to modify the database or retrieve data, and returns results.
4
New cards
query optimization
The process of ensuring the most efficient instructions are executed on the data.
5
New cards
storage manager

Translates query processor instructions into low-level file-system commands that modify or retrieve data.

6
New cards
indexes
Used by the storage manager to quickly locate data.
7
New cards
transaction manager
Ensures transactions are properly executed.
8
New cards
log
A file containing a complete record of all inserts, updates, and deletes processed by the database.
9
New cards
catalog / data dictionary
A directory of tables, columns, indexes, and other database objects.
10
New cards
relational database
Stores data in tables, columns, and rows, similar to a spreadsheet.
11
New cards
SQL
Structured Query Language; includes statements that read/write data, create/delete tables, and administers the database.
12
New cards
big data
Massive volumes of online data generated by the growth of the internet, often poorly structured or missing information.
13
New cards
NoSQL
Newer non-relational systems optimized for big data, also known as 'not only SQL'.
14
New cards
Open source
Software that anyone can inspect, copy, and modify with no licensing fee.