Viewing database schema information using Schema Tools
You can view your Pega Cloud Services database schema information for tables, columns, views, and indexes using Schema Tools. When you click any of these elements in the display, relevant information is displayed on the right side of the landing page, along with appropriate actions for updating the element in the database.
- In the header of Dev Studio, click .
- Expand the database schema tree and select the element that you want to view. The
following information is displayed in the right panel for each type of element:
- Tables – History of actions performed, estimated number of rows in the table, time since the last statistics were collected, and the number of rows by class
- Columns – Table name, data type, and width, if available, and average and maximum BLOB size for columns that have a data type of BLOB
- Views – View definition
- Index – Table name, type, and ordered list of index components. Index components consist of either database columns or functions. The primary key is indicated by an icon next to the name.
- Schema Tools
Schema Tools lets you perform advanced database tuning and maintenance tasks including viewing the tables, columns, indexes, and views in the PegaRULES and PegaDATA database schemas, increasing the size of text columns, adding and deleting indexes, updating database statistics for a table, and defragmenting a table.
Previous topic Viewing database schema information Next topic Schema Tools