IDS CH4

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

1/19

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.

20 Terms

1
New cards

N-tier architecture?

Layers: Client, App, Database

2
New cards

Why not 2-tier?

Doesn’t scale well, hard to grow

3
New cards

N-tier benefit?

Easy to upgrade, mix hardware

4
New cards

Oracle?

Big relational DB company

5
New cards

TimesTen?

Fast RAM-based DB, writes to disk later

6
New cards

MongoDB?

NoSQL, document DB, uses BSON, flexible

7
New cards

When to use Mongo?

Web apps, flexible data, single-page editing

8
New cards

Mongo limits?

16MB doc size, not strong ACID

9
New cards

JSON vs BSON?

JSON = text, BSON = binary and smaller

10
New cards

Eventual consistency?

Data may mismatch temporarily, fixes later

11
New cards

Cassandra?

Wide-column NoSQL, Facebook built it

12
New cards

Wide-column DB?

Data in columns, easy to query column sets

13
New cards

Cassandra now?

Apache open-source, used by Netflix, Twitter

14
New cards

Haystack?

Facebook photo storage system

15
New cards

Haystack benefits?

Faster photos, less CDN needed

16
New cards

Vitess?

YouTube MySQL extension for fast delivery

17
New cards

Vitess features?

Caching, sharding, VReplication

18
New cards

Spanner?

Google’s global DB, combines relational + NoSQL

19
New cards

Spanner storage?

Split into pieces, stored globally

20
New cards

TrueTime?

Atomic clocks for accurate timing