OrientDB-NET.binary icon indicating copy to clipboard operation
OrientDB-NET.binary copied to clipboard

Many open Net.Tcp connections being created over time, the drive does not reuse or close the DBConnection.

Open holocentric-bmsnext opened this issue 8 years ago • 1 comments

There are issues with the connection pool, instead of reusing an existing one every time when a query is executed against the graph database, a new connection is created. This is causing performance as well as memory issues.

holocentric-bmsnext avatar Dec 06 '17 07:12 holocentric-bmsnext

please share me the code for oreintdb 2.2.33 database connection through c#.net

user33 avatar Sep 18 '18 03:09 user33