データ アナリストは、SQL エンドポイントで 4 時間ごとに SQL クエリを実行するように設定しましたが、実行のたびに SQL エンドポイントの起動に時間がかかりすぎています。
データ アナリストは、コストを管理しながらエンドポイントの起動時間を短縮するために、次のどの変更を行うことができますか。
正解:E
A Serverless SQL endpoint is a type of SQL endpoint that does not require a dedicated cluster to run queries. Instead, it uses a shared pool of resources that can scale up and down automatically based on the demand. This means that a Serverless SQL endpoint can start up much faster than a SQL endpoint that uses a cluster, and it can also save costs by only paying for the resources that are used. A Serverless SQL endpoint is suitable for ad-hoc queries and exploratory analysis, but it may not offer the same level of performance and isolation as a SQL endpoint that uses a cluster. Therefore, a data analyst should consider the trade-offs between speed, cost, and quality when choosing between a Serverless SQL endpoint and a SQL endpoint that uses a cluster. Reference: Databricks SQL endpoints, Serverless SQL endpoints, SQL endpoint clusters