-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't have multiple simultaneous in-memory MonetDB farms active #5
Comments
I now realise that I've been using the path as a context identifier, but maybe I should use the owning python connection as an identifier. |
No, currently there are too many global variables to allow for multiple embedded (!) database connections to be open at the same time. This way there can be at most one (1) in-memory database open |
todo gijs: raise exception on double memory database |
We solve this now by switching context, but we run into issues in case of multiple in memory farms, our context switcher will return the same instance.
The text was updated successfully, but these errors were encountered: