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

Request cancellation #49

Closed
bluestreak01 opened this issue Mar 18, 2016 · 0 comments
Closed

Request cancellation #49

bluestreak01 opened this issue Mar 18, 2016 · 0 comments
Assignees
Labels
New feature Feature requests SQL Issues or changes relating to SQL execution
Milestone

Comments

@bluestreak01
Copy link
Member

Although network related operations are sensitive to client sending or receiving data, there are some that require explicit termination to free up cpu. These typically are hashing and sorting operations that can run to completion without user input.

These can check volatile flag and keep going until this flag is set or cleared.

@bluestreak01 bluestreak01 added New feature Feature requests SQL Issues or changes relating to SQL execution labels Mar 18, 2016
@bluestreak01 bluestreak01 self-assigned this Mar 18, 2016
@bluestreak01 bluestreak01 added this to the Release 3.0 milestone Mar 18, 2016
bluestreak01 added a commit that referenced this issue May 26, 2016
bluestreak01 added a commit that referenced this issue May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature Feature requests SQL Issues or changes relating to SQL execution
Projects
None yet
Development

No branches or pull requests

1 participant