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

Discussion: Use SQLAlchmy bulk insert to improve performance #38

Open
jomey opened this issue Nov 14, 2024 · 0 comments
Open

Discussion: Use SQLAlchmy bulk insert to improve performance #38

jomey opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jomey
Copy link
Member

jomey commented Nov 14, 2024

Looking at our current geopandas row-based approach (Example), I think it would be worthwhile to explore the SQLAlchemy bulk insert options to improve performance. Specifically referring to the def test_orm_bulk_insert(n): example on that page.

CC: @aaarendt @micah-prime @micahjohnson150

@jomey jomey added the enhancement New feature or request label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant