pietermartin / sqlg

TinkerPop graph over sql
MIT License
246 stars 51 forks source link

Remove closed statements from cache #295

Closed JPMoresmau closed 6 years ago

JPMoresmau commented 6 years ago

The statement cache is never emptied until we commit or rollback, which exhausts memory pretty quickly. We remove a statement when we close it to improve on that.