Connection pooling in cloud native environment
问题 Is connection pooling still needed in a cloud native environment? Connection pools (for example open database connections) were very popular in the past. I guess (don't know) that in a cloud native environment they are not needed any more. There is a pool of containers/pods. This way connection pooling is hardly needed any more. Is this true? 回答1: As always, measure, don't guess, but yes, if you care about performance you still want connection pooling in some way. Besides the aformentioned