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

Stream to file system instead of keeping data in memory #19

Open
steerben opened this issue Jan 20, 2020 · 1 comment
Open

Stream to file system instead of keeping data in memory #19

steerben opened this issue Jan 20, 2020 · 1 comment

Comments

@steerben
Copy link

Hey,

currently the data is rendered after all tables have been retrieved.
This is a viable approach when working with a small database.
However using this library with a database of multiple 10s of GB this is no longer feasible since size of the dump will exceed the memory of the instance you are running the program.

Any plans to extend the functionality of your lib to tackle this issue?

@pipe01
Copy link

pipe01 commented Mar 30, 2021

For anyone that comes across this, I've recently made a fork which addresses this issue.

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

2 participants