Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Administrator's Guide, Volume I
  3. Section V. Configuring backups
  4. About the NetBackup relational database
  5. Using the NetBackup Database Administration utility on Windows
  6. About the General tab of the NetBackup Database Administration utility
  7. About fragmentation
Veritas NetBackup™ Administrator's Guide, Volume I

About fragmentation

Table fragmentation can impede performance. When rows are not stored contiguously, or if rows are split into more than one page, performance decreases because these rows require additional page accesses.

When an update to a row causes it to grow beyond the originally allocated space, the row is split. The initial row location contains a pointer to another page where the entire row is stored. As more rows are stored on separate pages, more time is required to access the additional pages.

Use Defragment to defragment rows in a table or Compress to defragment the indexes which have become sparse due to deletions.

Reorganizing may also reduce the total number of pages that are used to store the table and its indexes. It may reduce the number of levels in an index tree.

Note that the reorganization does not result in a reduction of the total size of the database file.

The Rebuild option on the General tab completely rebuilds the database, eliminating any fragmentation and free space. This option may result in a reduction of the total size of the database files.

More Information

Estimating catalog space requirements

Feedback

Was this page helpful?
Previous

About the General tab of the NetBackup Database Administration utility

Next

About the Tools tab of the NetBackup Database Administration utility

Feedback

Was this page helpful?