
Ultimate access to all questions.
You are developing an ecommerce application that stores customer, order, and inventory data in relational tables within Cloud Spanner. During a recent load test, you observe that Spanner's performance is not scaling linearly as expected. What is the most likely cause of this issue?
A
The use of 64-bit numeric types for 32-bit numbers.
B
The use of the STRING data type for arbitrary-precision values.
C
The use of Version 1 UUIDs as primary keys that increase monotonically.
D
The use of LIKE instead of STARTS_WITH keyword for parameterized SQL queries._