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

Handle big dataset outputs #125

Open
DerkSchooltink opened this issue Jun 4, 2024 · 2 comments
Open

Handle big dataset outputs #125

DerkSchooltink opened this issue Jun 4, 2024 · 2 comments

Comments

@DerkSchooltink
Copy link
Contributor

It could be the case while selecting a lot of entries from a database, that the set will become too large to be able to be displayed. It might be an idea to provide functionality to download the results from somewhere instead of displaying them in the browser, to avoid crashing it.

Considering the potential size of these output artefacts, it would be nice to be able to configure your own data storage medium, like an URL to an AWS S3 bucket, or similar other software storage platforms.

@VIDGuide
Copy link
Contributor

VIDGuide commented Jun 4, 2024

Second the use of an s3 bucket for storage, both for large data sets like this, but also for repeatable access without running the query again.

@Askir
Copy link
Member

Askir commented Jun 5, 2024

Using a bucket for long term storage of results and also a continuous audit log has already come up before.

Regarding downloading: On the main branch (not in v3 yet) there is a download as CSV button that should allow for at least not crashing the browser (or the container running Kviklet).

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

3 participants