OrientDB-NET.binary
OrientDB-NET.binary copied to clipboard
Many open Net.Tcp connections being created over time, the drive does not reuse or close the DBConnection.
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.
please share me the code for oreintdb 2.2.33 database connection through c#.net