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

Reimplement multiplexing #4839

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

vonzshik
Copy link
Contributor

Closes #4496

@roji
Copy link
Member

roji commented Dec 28, 2022

@vonzshik before reviewing, I think we'd want to add full DbDataSource support to EF Core before doing this - otherwise it wouldn't be possible for EF to use multiplexing and we'd see a big perf hit in the benchmarks.

This is something I'd like to tackle for EF 8.0, but it isn't trivial...

@vonzshik
Copy link
Contributor Author

@vonzshik before reviewing, I think we'd want to add full DbDataSource support to EF Core before doing this - otherwise it wouldn't be possible for EF to use multiplexing and we'd see a big perf hit in the benchmarks.

This is something I'd like to tackle for EF 8.0, but it isn't trivial...

You're the boss 🙌

@vonzshik vonzshik force-pushed the 4496-reimplement-multiplexing branch from 15ce1d2 to 985e165 Compare March 22, 2023 07:26
@NinoFloris
Copy link
Member

What Slon does here, just for inspiration

https://github.com/NinoFloris/Slon/blob/main/Slon/SlonCommand.cs#L270-L285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reimplement multiplexing via NpgsqlDataSource.CreateCommand
3 participants