FastAPI Insert Performance: 1-2 ms Per Insert – Is This Normal?
I’m building a scalable FastAPI application with the goal of handling more than 10,000 requests per second (RPS). My application is quite complex. However, I’ve identified a significant bottleneck in scaling: each individual insert operation takes about 1 to 2 milliseconds of CPU time.