Elenco delle versioni dello strumento di ottimizzazione delle query
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Spanner fornisce una tabella SPANNER_SYS.SUPPORTED_OPTIMIZER_VERSIONS
integrata per tenere traccia delle versioni dello strumento di ottimizzazione delle query. Puoi recuperare questi dati
utilizzando query SQL.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-05 UTC."],[],[],null,["# List query optimizer versions\n\nSpanner provides a built-in `SPANNER_SYS.SUPPORTED_OPTIMIZER_VERSIONS`\ntable to keep track of query optimizer versions. You can retrieve this data\nusing SQL queries.\n\n`SPANNER_SYS.SUPPORTED_OPTIMIZER_VERSIONS` table schema\n-------------------------------------------------------\n\n### List all supported optimizer versions\n\n SELECT * FROM SPANNER_SYS.SUPPORTED_OPTIMIZER_VERSIONS\n\nAn example result:\n\nWhat's next\n-----------\n\n- To learn more about the query optimizer, see [Query optimizer overview](/spanner/docs/query-optimizer/overview).\n- To learn more about how the query optimizer has evolved, see [Query optimizer\n versions](/spanner/docs/query-optimizer/versions)."]]