A CTO must architect a real-time bidding platform that requires sub-5ms p99 response times at 1 million requests per second. Which infrastructure decision has the highest impact on meeting this SLA?
-
A
Choosing PostgreSQL with connection pooling
-
B
Deploying in-process caching with pre-warmed data and co-locating compute near network edge
-
C
Using a monolithic Java application with vertical scaling
-
D
Implementing synchronous database writes on every bid request