account1 という名前の Azure Cosmos DB Core (SQL) API アカウントがあります。 account1 では、100GB のデータを含むコンテナーで次のクエリを実行します。 選択する * フロムc WHERE LOWER(c.categoryid) = "ホッケー" クエリの実行中に次のメトリクスが表示されます。 次の各ステートメントについて、そのステートメントが true の場合は [はい] を選択します。それ以外の場合は、「いいえ」を選択します。 注: 正しく選択するたびに 1 ポイントの価値があります。
正解:
Explanation: Box 1: No Each physical partition should have its own index, but since no index is used, the query is not cross-partition. Box 2: No Index utilization is 0% and Index Look up time is also zero. Box 3: Yes A partition key index will be created, and the query will perform across the partitions. Reference: https://docs.microsoft.com/en-us/azure/cosmos-db/sql/how-to-query-container