Design And No SQL Flashcards

1
Q

Describe the “Logical” design.

Describe the “physical” design.

A

Logical design- data and info is collected as to what the databases’ main aims are, and how each table should link in order to create an efficient solution. These plans are then turned into diagrams such as an ER diagram.

Physical design- this is where the plans and data are DEFINED. Data types are decided, columns are decided, constraints, keys, naming of columns and tables etc. Essentially this is where everything planned in the logical design is DEFINED.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name the different types of NO SQL databases.

A

Key Value stores- reduce relational structures.

Column stores- rearrange data to store column values.

Document stores- data stored as nested objects.

Graph stores- data stored as connected nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the advantages to NOSQL?

A
  • Flexible data structures.
  • More robust server.
  • Scalability.
  • Good interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the disadvantages to NO SQL?

A
  • Inconsistent.

- Hasty development. (Like Chinese products.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly