# 2 - \[HS -> DB] Filters

This step is only for **\[HS -> DB]** operations

<figure><img src="https://91198004-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8aXoI2Tlg6UeyOnlRKhV%2Fuploads%2Fa0erlwDCGVNCEvYVxTUT%2F2%20-%20%5BHS%20-_%20DB%5D%20Filters.png?alt=media&#x26;token=39b851f8-0ed2-4873-a662-7f83664d3857" alt=""><figcaption></figcaption></figure>

This step aims to filter HubSpot data at operation start-time in order to optimize the run performance and avoid the HubSpot maximum search result limit of 10k objects.

The filters system reflect as-is the HubSpot Search API filters system. Using this page you can set AND and OR filters, but with some limitation:

* The maximum number of AND filters per single group is: 6
* The maximum number of OR filter groups are: 5
* The maximum number of results is: 10.000 (10k)

These limits are HubSpot hard-limits and, unfortunately, they are not avoidable in any way.
