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

Allow splitting large sets of query results into multiple files #746

Open
paustint opened this issue Feb 20, 2024 · 0 comments
Open

Allow splitting large sets of query results into multiple files #746

paustint opened this issue Feb 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@paustint
Copy link
Contributor

paustint commented Feb 20, 2024

Describe the problem you are trying to solve
Feature suggestion: I am currently dealing with querying and deleting hundreds of thousands of junk records from my Org. I have to do this in batches of 40k because of the cell limit in Excel. It would be nice if I could query a larger number of records, and have JetStream download the files in multiple files, split by a record limit that I input.

Alternatively, extend the feature of loading records from a query into an Update to also work for the rest of CRUD. I could just Delete them directly from there.

Complication: Large results are most likely streamed from the server which make splitting this up much more difficult since it actually requires multiple downloads and there isn't a clear way to split in this case.

relates to #746 #881

@paustint paustint added the enhancement New feature or request label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant