-
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
Query: OrderBy_correlated_subquery_lol2 seems to be a very slow test #7864
Labels
area-perf
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
@maumar Can you make this your second priority, after the 1.1.0 to 1.1.1 regressions? We can discuss again if there are no easy wins here. |
Also related to #7837. |
maumar
added a commit
that referenced
this issue
Mar 13, 2017
…ow test Problem was in the in-memory portion of the test. We would execute 830 subqueries and that took the vast majority of the time. Fix is to introduce additional predicate, cutting the number of subqueries down to 4.
maumar
added a commit
that referenced
this issue
Mar 13, 2017
…ow test Problem was in the in-memory portion of the test. We would execute 830 subqueries and that took the vast majority of the time. Fix is to introduce additional predicate, cutting the number of subqueries down to 4.
Fixed in c402d73 |
maumar
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Mar 13, 2017
azabluda
added a commit
to azabluda/InfoCarrier.Core
that referenced
this issue
Apr 28, 2017
…it runs 40+ sec not because of EF but on the LINQ-to-Objects phase. LOL indeed. Unskip the test. See also dotnet/efcore#7864
ajcvickers
changed the title
OrderBy_correlated_subquery_lol2 seems to be a very slow test
Query: OrderBy_correlated_subquery_lol2 seems to be a very slow test
May 9, 2017
@divega - This does not seem to be enhancement. It was just test which used to pull a lot of data. We trimmed down the size of result to speed up. No product code changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-perf
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
The
OrderBy_correlated_subquery_lol2
test seems to run slowly on SQLite, In-memory, and SQL Server. We should check if there is a way to make it faster while still testing what it needs to test.Lol.
The text was updated successfully, but these errors were encountered: