What step will improve the performance of queries executed against an external table?
What step will improve the performance of queries executed against an external table?
Partitioning the external table improves the performance of queries by allowing the database management system to only read the relevant partitions instead of scanning the entire table, thus reducing the amount of data processed and speeding up query execution.
A is correct. https://docs.snowflake.com/en/user-guide/tables-external-intro
A is correct. https://docs.snowflake.com/en/user-guide/tables-external-intro