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

Database Exporter: Allow export of big tables #287

Open
Hackwar opened this issue Aug 29, 2023 · 0 comments
Open

Database Exporter: Allow export of big tables #287

Hackwar opened this issue Aug 29, 2023 · 0 comments

Comments

@Hackwar
Copy link
Contributor

Hackwar commented Aug 29, 2023

Steps to reproduce the issue

Have a database with big tables and run the exporter on the CLI with a more or less restrictive memory limit. At some point you get "Allowed Memory Size" errors. We should have a look how to maybe write directly to a file instead of a buffer or to yield at some point to allow writing the buffer. To me the easiest solution seems to be to add an option to output to file pointer.

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