INWTlab / dbrequests

python package built for easy use of raw SQL within python and pandas projects
MIT License
5 stars 2 forks source link

Performance improvement for postgresql #48

Open wahani opened 4 years ago

wahani commented 4 years ago

I would like to have a similar backend compared to what we have now für mysql. Especially for reading large amounts of data, we have the same performance problems we already solved for mysql. We can borrow a lot from the mysql backend, however I will think about generalizing the approach, so that we can reuse it for different backends.