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

Page 32: Displaying table indexes summary

Advertising
background image

Attributes Tab

To display the table index attributes:

1.

Select a Schema in the navigation tree.

2.

Click the Tables folder and open the Indexes folder and select an index name.

3.

Click on the Attributes tab in the right pane.

In the right pane, these attributes are displayed:

Name: Name of the index.

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

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

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

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

DDL Tab

To display the DDL output for table indexes:

1.

Select a Schema in the navigation tree.

2.

Click the Tables folder and open the Indexes folder and select an index name.

3.

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 the table index partition information:

1.

Select a Schema in the navigation tree.

2.

Click the Tables folder and open the Indexes folder and select an index name.

3.

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.

Displaying Table Indexes Summary

To display a detailed summary of the table indexes:

1.

Select a Schema in the navigation tree.

2.

Right-click on the Tables folder and select Show Summary Details. A separate window
with a summary of the indexes is displayed

The indexes summary displays:

Name: The name of the index.

Total Current Row Count: The total number of rows in each index.

Total Maximum Size: The total maximum size of the index (in bytes).

32

Managing Database Objects

Advertising