Please confirm before submission 在提交之前,请确认
Is this request related to a challenge you're experiencing? Tell me about your story. 这个请求与你正在经历的挑战有关吗?给我讲讲你的故事。
create_engine(self.get_url(), pool_size=100, pool_recycle=36)
每次请求都会创建一个 DBUtil 实例,每个实例都会创建 engine,对应一个连接池
会导致占用很多连接吗?
Can you help us with this feature? 你能帮我们实现这个功能吗?
Please confirm before submission 在提交之前,请确认
我已经搜索了现有问题搜索现有问题,包括已关闭的问题。"
Is this request related to a challenge you're experiencing? Tell me about your story. 这个请求与你正在经历的挑战有关吗?给我讲讲你的故事。
create_engine(self.get_url(), pool_size=100, pool_recycle=36)
每次请求都会创建一个 DBUtil 实例,每个实例都会创建 engine,对应一个连接池
会导致占用很多连接吗?
Can you help us with this feature? 你能帮我们实现这个功能吗?