Skip to content
  • Douglas Barbosa Alexandre's avatar
    Disable max allowed looks check for Geo counters · fd59f3a2
    Douglas Barbosa Alexandre authored
    When the minimum and maximum range divided by the default
    batch size (100.000 records) exceeds the maximum loops
    allowed (10.000), the counters return the fallback
    number (-1).
    
    Passing in a high number to the max_allowed_loops parameter,
    turn off the max loop check. This is required to avoid
    reaching an unwanted configuration while counting records
    in a large table, e.g., job_artifact_registry.
    
    Changelog: fixed
    EE: true
    fd59f3a2