-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: SQL through SQLAlchemy - performance #6416
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
Comments
First improvements to write performance #6417 |
ideally you can write these as vbenches ? |
@mangecoeur GitHub has checkboxes! They're pretty neat. |
…er memory use for faster writes.
should add to the ecosystem page? https://github.com/yhat/pandasql |
ENH #6416: performance improvements on write
…er memory use for faster writes.
@jorisvandenbossche for 0.14.1? maybe add some vbenches in 0.14.0 if you guys can |
I am not an SQL and SQLAlchemy expert, but I have observed that for any reading operation, a couple of requests to the database are needed before the SELECT
I think it would be interesting to be able to optionally desactivate them, as from what I have measured, they can be costly if the database server is distant and has big latency. I have not look yet at the implementation inside Pandas, but do you think it could be possible ? |
We have SQL benchmarks in our ASV suite. Closing |
This issue is to track performance measurement and improvements to the SQLalchemy-based SQL io support in pandas.
TODO
The text was updated successfully, but these errors were encountered: