Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

add ability to cancel query #3

Merged
merged 2 commits into from
Jun 26, 2024
Merged

add ability to cancel query #3

merged 2 commits into from
Jun 26, 2024

Conversation

cfahlgren1
Copy link
Owner

image

  • add ability to cancel long running queries

@cfahlgren1
Copy link
Owner Author

cfahlgren1 commented Jun 26, 2024

Even with the batch reader, on very large datasets (ex FineWine), it can get OOM and kill the query. I looked at options to set recordstreamreader from arrow to a batch size other than default, but didn't see anything for apache arrow js.

It looks like the C++ API has a parameter for it, but couldn't find anything to use just yet.

A data visualizer with pagination wouldn't have this problem, but something to still think about.

@cfahlgren1 cfahlgren1 merged commit 75e6741 into main Jun 26, 2024
3 checks passed
@cfahlgren1 cfahlgren1 deleted the add-cancel-query-option branch June 26, 2024 18:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant