Table of Contents

Search

  1. Preface
  2. Secure Agent services
  3. API Microgateway Service
  4. CMI Streaming Agent
  5. Common Integration Components
  6. Database Ingestion service
  7. Data Integration Server
  8. Elastic Server
  9. File Integration Service
  10. GitRepoConnectApp
  11. IDMC Data Gateway Service
  12. Mass Ingestion (Files)
  13. Metadata Foundation Application
  14. Metadata Platform Service
  15. Process Server
  16. SecretManagerApp
  17. Configuring Secure Agent service properties

Secure Agent Services

Secure Agent Services

Reindexing the PostgreSQL database on Linux

Reindexing the PostgreSQL database on Linux

Use the reindexing option to clean the index and free up space after you vacuum data on PostgreSQL. You use the script
db_maintenance.sh
to reindex the PostgreSQL database.
To reindex the PostgreSQL database, perform the following steps:
  1. Go to
    <Secure Agent installation directory>/apps/process-engine/data/db/util
    .
  2. To reindex the entire database, run the following command:
    db_maintenance <dbusername> <dbpassword> <dbport> reindex
  3. To reindex a single table, run the following command:
    db_maintenance.sh <dbusername> <dbpassword> <dbport> reindex <tablename>
For example, you reindex the 'aeprocesslogdata' table if you run the following command:
db_maintenance.sh bpeluser bpel 5432 reindex aeprocesslogdata
The dbport argument is required even if you use the default port, 5432.

0 COMMENTS

We’d like to hear from you!