Skip to content

Perf: Sequential read from DbDataReader #14454

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
smitpatel opened this issue Jan 17, 2019 · 2 comments
Closed

Perf: Sequential read from DbDataReader #14454

smitpatel opened this issue Jan 17, 2019 · 2 comments

Comments

@smitpatel
Copy link
Contributor

No description provided.

@roji
Copy link
Member

roji commented Jan 18, 2019

I may be missing the intent here, but doesn't EF Core need to get the full column value out anyway, to assign it to an entity property? Sequential reading seems to make sense especially when you want to stream/process a large column value without having it all in memory at the same time...

@AndriySvyryd
Copy link
Member

Duplicate of #885

@AndriySvyryd AndriySvyryd marked this as a duplicate of #885 Aug 22, 2019
@AndriySvyryd AndriySvyryd removed this from the Backlog milestone Aug 23, 2019
@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

4 participants