Lesson 5 Flashcards

1
Q

table structure

A

scheme for organizing rows in blocks on storage media

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

heap table

A

no order is imposed on rows

optimize inset operations

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

table scan

A

reads table blocks directly, without accessing an index

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

index scan

A

reads index blocks sequentially

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

multi-level index

A

stores column values and row pointers in a hierarchy

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

tablespace

A

database object that maps one or more tables to a single file

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

Physical design

A

Specifies indexes, table structures, and partitions

Affects query performance but never affects query results

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

Hash index

A

index entries assigned to buckets

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

Bitmap index

A

Grid of bits

Contains ones and zeros

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