Why should heavy analytical queries not run against the production transactional database?
- A They compete for resources with the application and can slow real customers
- B They corrupt the data
- C They are not supported by SQL
- D They require different credentials
Answer
They compete for resources with the application and can slow real customers
Beyond a small scale, separating analytical workloads into a warehouse or replica is not optional.





