[2.0] Delay Query Materialization
Open
Nobody has claimed this yet.
P1
perf
- Dominant language
- C#
- Stars
- 481
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
in DefaultQueryExecutor.ExecuteQueryAsync there's a call to query.ToList() that loads all results into memory
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at DefaultQueryExecutor.ExecuteQueryAsync and inspect how the query returned there is consumed after the query.ToList() call. Trace the execution path to determine where materialization is required; done means the query is not loaded entirely into memory prematurely while its existing results remain correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend, performance
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100