-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Implement an IDbContextFactory that pools context instances #21247
Labels
area-dbcontext
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
ajcvickers
added a commit
that referenced
this issue
Jun 13, 2020
Fixes #21247 Uses the existing pooling code, although some divergence here could result in better perf, which could be relevant for high-throughput cases like SingleQuery. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jun 13, 2020
ajcvickers
added a commit
that referenced
this issue
Jun 13, 2020
Fixes #21247 Uses the existing pooling code, although some divergence here could result in better perf, which could be relevant for high-throughput cases like SingleQuery. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 14, 2020
Fixes #21247 Uses the existing pooling code, although some divergence here could result in better perf, which could be relevant for high-throughput cases like SingleQuery. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 14, 2020
Fixes #21247 Uses the existing pooling code, although some divergence here could result in better perf, which could be relevant for high-throughput cases like SingleQuery. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 15, 2020
Fixes #21247 Uses the existing pooling code, although some divergence here could result in better perf, which could be relevant for high-throughput cases like SingleQuery. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 15, 2020
Fixes #21247 Uses the existing pooling code, although some divergence here could result in better perf, which could be relevant for high-throughput cases like SingleQuery. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 27, 2020
Fixes #21247 Uses the existing pooling code, although some divergence here could result in better perf, which could be relevant for high-throughput cases like SingleQuery. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 27, 2020
Fixes #21247 Refactors the context pooling code to create a cleaner responsibility of services. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 28, 2020
Fixes #21247 Refactors the context pooling code to create a cleaner responsibility of services. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 28, 2020
Fixes #21247 Refactors the context pooling code to create a cleaner responsibility of services. Has the same restrictions as regular pooling since the context instances are reused.
ajcvickers
added a commit
that referenced
this issue
Jun 28, 2020
Fixes #21247 Refactors the context pooling code to create a cleaner responsibility of services. Has the same restrictions as regular pooling since the context instances are reused.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-dbcontext
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
This is a further extension of #18575 implemented in #21246.
It should not be too hard to hook a factory into the existing pooling implementation.
The text was updated successfully, but these errors were encountered: