Adding and deleting database indexes
You can add and delete indexes to your internal Pega Platform database on Pega Cloud using Schema Tools. Indexes allow queries to efficiently retrieve data from a database, but increase the size of information written to a table.
Before you begin: You must have the
PegaRULES:SysOpsAdministrator role to access the Edit Agent Schedule
landing page. For more information, see Adding a role to an access group.
Adding or deleting an index can take time to complete. After
initiating an operation, you can view progress and verify completion by refreshing the
landing page and clicking the History tab for the table containing
the index.
Note: Pega Cloud Services provides Query Runner, Query Inspector, and Schema Tools
in Pega Platform for clients to manage their database. These database tools are not
available to on-premises clients.
- In the header of Dev Studio, click .
-
Select the table for the index to view the list of existing indexes.
- To add an index:
- Click Add index.
- Enter a name for the index.
- Enter a list of one or more columns or functions, in order, for the index.
- Click Create index.
- To delete an index:
- Select the index that you want to delete.
- Click Delete.
- To add an index: