What does the `singlePass` parameter do within the `source` table specification?

5 vues

Réponse

When `singlePass` is set to True, it prevents the creation of a transient table on the server for the source data. This can be more efficient, but the ordering of the data might not be stable across repeated executions. Its default value is False.
¿Te ayudó esta respuesta?