EF core db context pooling, if I have an endpoint that gets hammered with roughly 1 million writes per hour (I do). Aside from DB tuning etc, would connection pooling be helpful, and what’s an appropriate size for the pool. I’m struggling to recreate our production load to do some proper testing.

Comments