nebula-contrib / nebula-jdbc

The JDBC connector for Nebula Graph.
41 stars 15 forks source link

[question]为什么连接池建立在NebulaConnection中 #64

Open meteorice opened 11 months ago

meteorice commented 11 months ago

在NebulaConnection中 this.nebulaSession = nebulaPool.getSession(.... 就执行一次如何能提现连接池的作用? 在下面的execute方法中也是用初始化的 session 并无法提现出 pool 的作用