Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

  1. Install the CardioLog application and database on dedicated servers that meet or exceed the recommended hardware and software requirements.
  2. Upgrade the product to the latest version. To find out what is your product version, go to Administration > Product License.
  3. Monitor the operating system and database.
  4. Schedule all CardioLog service jobs to execute off-peak hours, while no other system job is running (for example: system backup, SharePoint search crawl etc.). By default all CardioLog service jobs are scheduled to run every day at midnight, except Usage Data Processing which runs every hour.
  5. Configure email alerts for scheduled services and event collection thresholds  that will be sent to the system administrator.
  6. Execute this script against the CardioLog database to learn about your current database size, the amount of usage data that you have, index fragmentation rates and more.
  7. Reorganize and rebuild database indexes with high fragmentation rates.
  8. Archive history data to free up disk space on the database.
  9. Delete unused reports and optimize existing reports. You can execute this script against the CardioLog database to retrieve a list of all reports in your system, with the following details: report path, report name, schedule type, owner, number of widgets, website item filter and date range filter. 

...

Backup the CardioLog installation directory after every software update.

Anchor
database maintenance
database maintenance
Database Maintenance

Anchor
index maintenance
index maintenance
Index Maintenance

  1. Creating and dropping Indexes: 

    Creating or dropping indexes from the CardioLog database is prohibited. Please consult 
    Intlock support if a DROP or CREATE operation is needed.

  2. Rebuilding Indexes: 

    Rebuild can be performed manually (consult your local DBA about index rebuild), with the following considerations taken into account:

...