You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you try to use any of the database dump endpoints such as SQL, CSV or JSON the data is loaded into memory and then created as a dump file. To support any size database we should likely investigate enhancements such as streaming or file stitching (keeping open-minded) to allow any size of database to be exported. Perhaps options for dumping subsets of data at a time too (e.g. one table, or 10,000 rows, etc).
To Reproduce
Steps to reproduce the behavior:
Hit the /export/dump endpoint on a large database
Will eventually fail
Expected behavior
As a user I would expect any and all of the specified data to be dumped out without an error and without partial results.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you try to use any of the database dump endpoints such as SQL, CSV or JSON the data is loaded into memory and then created as a dump file. To support any size database we should likely investigate enhancements such as streaming or file stitching (keeping open-minded) to allow any size of database to be exported. Perhaps options for dumping subsets of data at a time too (e.g. one table, or 10,000 rows, etc).
To Reproduce
Steps to reproduce the behavior:
/export/dump
endpoint on a large databaseExpected behavior
As a user I would expect any and all of the specified data to be dumped out without an error and without partial results.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: