Viewing Partition Summaries

The viewPartitions action displays the partition summary of the following supported tables:

NOTE:You need to have the SDM installed in order to view the partition summary.

This command uses the following flags:

Table 5 Viewing Partition Summaries Flags

Command

Command Flags

-action

viewPartitions

-tableName

<table name>

-connectFile

<filePath>

To View Partition Summaries:

  1. Execute this command as follows:

    -action viewPartitions -tableName <table name> -connectFile <filePath>
    

    The following example, displays the list of partitions of the EVENTS table and status of each partition.

    • PostgreSQL Example:

      ./sdm –action viewPartitions –tableName EVENTS –connectFile sdm.connect
      

For trademark and copyright information, see Legal Notices.