First page Back Continue Last page Overview Graphics

Continuation of Notes


Notes:

Execute the following queries and note the differences in I/O counts for the two queries.

SELECT object_name FROM t1
WHERE owner = USER;

SELECT object_name FROM t2
WHERE owner = USER;

Execute the supplied script TABLE_COMPRESSION_RESET.SQL.