If you're running a performance test that depends upon Cloud Bigtable, all the choices except one below are recommended steps.
Which is NOT a recommended step to follow?
- Do not use a production instance.
- Run your test for at least 10 minutes.
- Before you test, run a heavy pre-test for several minutes.
- Use at least 300 GB of data.
Answer(s): A
Explanation:
If you're running a performance test that depends upon Cloud Bigtable, be sure to follow these steps as you plan and execute your test:
Use a production instance. A development instance will not give you an accurate sense of how a production instance performs under load.
Use at least 300 GB of data. Cloud Bigtable performs best with 1 TB or more of data. However, 300 GB of data is enough to provide reasonable results in a performance test on a 3-node cluster. On larger clusters, use 100 GB of data per node.
Before you test, run a heavy pre-test for several minutes. This step gives Cloud Bigtable a chance to balance data across your nodes based on the access patterns it observes.
Run your test for at least 10 minutes. This step lets Cloud Bigtable further optimize your data, and it helps ensure that you will test reads from disk as well as cached reads from memory.
Reference:
https://cloud.google.com/bigtable/docs/performance
Reveal Solution Next Question