Skip to content
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

Create temporary tables once per database session #692

Closed
davidmezzetti opened this issue Apr 17, 2024 · 0 comments
Closed

Create temporary tables once per database session #692

davidmezzetti opened this issue Apr 17, 2024 · 0 comments
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member

Currently, databases check to create temporary tables before every createbatch and createscores call. Temporary database tables should be created when the database connection is created, as they have a lifespan of the session.

@davidmezzetti davidmezzetti added this to the v7.1.0 milestone Apr 17, 2024
@davidmezzetti davidmezzetti self-assigned this Apr 17, 2024
@davidmezzetti davidmezzetti changed the title Create temporary tables on connection Create temporary tables once per database session Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant