Attributes tab, Ddl tab, Partitions tab – HP Neoview Release 2.4 Software User Manual

Page 42: Attributes tab ddl tab partitions tab

Advertising
background image

Attributes Tab

To display the materialized view attributes:

1.

Select a Schema in the navigation tree.

2.

Open the Materialized Views folder, select and open a materialized view.

3.

Open the Indexes folder and select a materialized view index in the tree.

4.

Click on the Attributes tab in the right pane.

In the right pane, these attributes are displayed:

Name: Name of the materialized view index.

Unique: Specifies if the materialized view index is unique, the value is “Yes” or “No.”

Populated: Specifies if the materialized view index has been populated, the value is
“Yes” or “No.”

Creation Time: Time and date when the materialized view index was created. Timestamp
is in the format (yyyy-MM-dd HH:mm:ss.FFFFFF local time).

Redefinition Time: Time and date when the materialized view index was last redefined.
Timestamp is in the format (yyyy-MM-dd HH:mm:ss.FFFFFF local time).

DDL Tab

To display DDL output for the materialized view:

1.

Select a Schema in the navigation tree.

2.

Open the Materialized Views folder, select and open a Materialized View.

3.

Open the Indexes folder and select a materialized view index in the tree.

4.

Click on the DDL tab in the right pane.

The DDL tab displays DDL output from the SHOWDDL command in the right pane. You
can highlight and copy contents, but you cannot edit the contents. For more information
about the format of the SHOWDDL command, see the SQL Reference Manual.

For more information about displaying DDL, see

“Displaying Schema DDL and Their Properties”

(page 53)

.

Partitions Tab

To display partition information for a materialized view index:

1.

Select a Schema in the navigation tree

2.

Open the Materialized Views folder, select and open a Materialized View.

3.

Open the Indexes folder and select a materialized view index in the tree.

4.

Click on the Partitions tab in the right pane.

In the right pane, these attributes are displayed:

Partition Number: The index number of the partition.

Percent Allocated: The percentage full of the partition.

Row Count: The current total number of rows in the partition.

Max Size: The maximum size in bytes of the partition.

Current EOF: The current data size of the partition in bytes.

42

Managing Database Objects

Advertising