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. NetBackup™ for Cloud Object Store Administrator's Guide
  3. Troubleshooting
  4. Reduced accelerator optimization in Azure for OR query with multiple tags
NetBackup™ for Cloud Object Store Administrator's Guide

Reduced accelerator optimization in Azure for OR query with multiple tags

Explanation

When the Cloud object store policy has at least one query with multiple tag conditions, combined using the "OR" operator, the backups of Azure containers using accelerator enabled Cloud object store policy, it shows a loss of acceleration or backs up unchanged data.

This happens as the ordering of objects across multiple tags is not as expected for accelerator. Few objects that are not found in the tracklog even if they exist in the tracklog; hence, such objects are backed up repeatedly without getting accelerator benefit for these objects.

Workaround

Do not use the OR condition while combining multiple tag conditions for Azure. Instead, create a separate query per tag.

For example,

Say that you have the following query: (tagKey eq 'type' and tagValue eq 'text') or (tagKey eq 'type' and tagValue eq 'none) with say queryname datatype

You can create two queries say by name datatype-text with query (tagKey eq 'type' and tagValue eq 'text') and datatype-none with query (tagKey eq 'type' and tagValue eq 'none')

Note:

This results in the first backup, which is without any acceleration for these new queries. For subsequent backups, you can see the problem is resolved.

Feedback

Was this page helpful?
Previous

Access tier property not restored after overwriting the existing object in the original location

Next

Backup failed and shows a certificate error with Amazon S3 bucket names containing dots (.)

Feedback

Was this page helpful?