Internal Data Structure (‘The Referenced Table’)

For each table that is referenced by your query, the Query Processor has an internal data structure; an internal representation of the table that is being searched.

Example:

If your query is searching for point values and historic point values, there will be two internal data structures:

  • A data structure representing the CDBPoint table (as this is the database table that contains the point values)

    and

  • A data structure that represents the CDBHistoric table (the database table that contains historic point data).

We also refer to an internal data structure as ‘the referenced table’.

Each internal data structure is associated with:

The attributes listed above are used by the Query Processor when determining an efficient way to execute your query.


Disclaimer

Geo SCADA Expert 2020