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

sql: implement mechanisms to limit resource consumption #8879

Closed
13 tasks done
knz opened this issue Aug 28, 2016 · 4 comments
Closed
13 tasks done

sql: implement mechanisms to limit resource consumption #8879

knz opened this issue Aug 28, 2016 · 4 comments
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. no-issue-activity

Comments

@knz
Copy link
Contributor

knz commented Aug 28, 2016

This is a meta-issue to track progress on the issue of resource usage.

Memory usage:

Time usage:

File descriptors:

  • ensure the db doesn't run out of file descriptors all: Limit file descriptor usage #6210
    • [ ] limit the number of concurrent connections tracked in separate issue
  • ensure that KV txns are cleaned up when clients go away without closing their SQL connection
@knz knz changed the title sql: implement mechanism to limit resource consumpion sql: implement mechanisms to limit resource consumption Aug 28, 2016
@dianasaur323 dianasaur323 added this to the 1.0 milestone Jan 23, 2017
@dianasaur323 dianasaur323 modified the milestones: Later, 1.0 Feb 6, 2017
@knz knz modified the milestones: 1.1, Later May 2, 2017
@cuongdo cuongdo modified the milestones: 1.2, 1.1 Aug 22, 2017
@a6802739
Copy link
Contributor

a6802739 commented Sep 8, 2017

@knz, I wonder if I could offer some help here? :)

@bdarnell bdarnell modified the milestones: 2.0, 2.1 Feb 8, 2018
@knz knz added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) S-2-temp-unavailability Temp crashes or other availability problems. Can be worked around or resolved by restarting. meta-issue Contains a list of several other issues. labels Apr 28, 2018
@jordanlewis jordanlewis modified the milestones: 2.1, Later Aug 30, 2018
@petermattis petermattis removed this from the Later milestone Oct 5, 2018
@awoods187 awoods187 removed the S-2-temp-unavailability Temp crashes or other availability problems. Can be worked around or resolved by restarting. label Feb 11, 2019
@github-actions
Copy link

We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB!

@jordanlewis
Copy link
Member

@knz I feel that this issue has been sufficiently tackled and broken down into other issues, so I'll close it. Thanks for starting this initiative back in the day! :) If you feel like there are missing pieces still, let me know and we can create / link to new issues.

@knz
Copy link
Contributor Author

knz commented Jun 10, 2021

All the check list at the top is crossed off so clearly the work is completed in my book

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. no-issue-activity
Projects
None yet
Development

No branches or pull requests

8 participants