Controlling Post-execution Mirror Table Production
The drawback is increasing execution time and populating the mirror with data that may never be used.
By default Xpress Insight automatically populates mirror tables post‑execution when they contain up to 50k rows. Larger tables are left to be populated on-demand. This approach balances Tableau view responsiveness, database volumes, and execution time and should be suitable for most apps.
This default behavior can be overridden to configure which tables are populated post-execution; whether all, some, or none. Typically, large tables should be mirrored on-demand. Usage patterns within an app may benefit from ensuring a specific large table is always populated post-execution. The data would be mirrored ahead of time, hence opening the Tableau view is more responsive.
<database-mirror table-prefix="facility_"> <mirror-tables> <mirror-table name="clients"> <entity name="CLIENT_LATITUDE"/> <entity name="CLIENT_LONGITUDE"/> <entity name="DEM"/> </mirror-table> <mirror-table name="interval" sync-after-execution="true"> <entity name="INTERVAL_START"/> <entity name="INTERVAL_DURATION"/> </mirror-table> </mirror-tables> </database-mirror>
<database-mirror table-prefix="facility_" sync-after-execution="true"> <mirror-tables> <mirror-table name="clients"> <entity name="CLIENT_LATITUDE"/> <entity name="CLIENT_LONGITUDE"/> <entity name="DEM"/> </mirror-table> <mirror-table name="interval" sync-after-execution="false"> <entity name="INTERVAL_START"/> <entity name="INTERVAL_DURATION"/> </mirror-table> </mirror-tables> </database-mirror>
© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.