70-464J Free Dumps Study Materials
Question 4: SQL Server 2014を使用します。物理サーバーは、120
GBのRAMを使用できる専用のデータベースサーバーです。
低速のローカルディスクには、約50GBの空き容量があります。
新しいストアドプロシージャを作成します。
2つのテーブルから約300,000行を一時的に保持する必要があると判断した場合、そこから2
つの複雑なビジネススコアを計算します。
ストアドプロシージャは、次のように定義された一時記憶域を使用します。
コードはデータを何度か通過させ、データを読み取る元のデータベースと同じデータベース
内の永続的なディスクベースのテーブルにデータを書き込む前に、複雑な計算を適用します
。
このストアドプロシージャでは、物理ディスクの負荷を最小限に抑えるために最も効率的な
方法で一時データを処理する必要があります。
あなたは何をするべきか? 複数の回答を選択することで目的を達成することができます。
最良の答えを選択してください。
A. Option A
B. Option B
C. Option C
D. Option D
Correct Answer: A
Explanation:
* You must specify a value for the BUCKET_COUNT parameter when you create the
memory-optimized table. In most cases the bucket count should be between 1 and 2 times
the number of distinct values in the index key. If the index key contains a lot of duplicate
values, on average there are more than 10 rows for each index key value, use a
nonclustered index instead You may not always be able to predict how many values a
particular index key may have or will have. Performance should be acceptable if the
BUCKET_COUNT value is within 5 times of the actual number of key values.