Forum Discussion

Ben-Dev's avatar
Ben-Dev
Helper II
4 years ago
Solved

Data Protection Firewall - Why 'TOP 1000'?

Hello,   The Data privacy analysis section of Why does my query run multiple times? says: Data privacy does its own evaluations of each query to determine whether the queries are safe to run toge...
  • Ehren's avatar
    Ehren
    4 years ago

    The mashup engine doesn't have any static info about what data sources are being accessed by a given query or step. That info is surfaced at runtime, when a given query is being evaluated. So in order for the firewall to perform the logic described in the "Behind the scenes" article, it pulls the first 1k rows for any partition it's interested in. Doing so results in the partition's data source(es) being surfaced.