Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9094091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:16:04+00:00 2026-06-16T23:16:04+00:00

I am wondering which one of these two is better to use: 1: context.Threads.Where(thread

  • 0

I am wondering which one of these two is better to use:

1: context.Threads.Where(thread => thread.Id == threadId).Select(thread => thread.Posts).(...)

or

2: context.Posts.Where(post=> post.thread.Id == threadId).Select().(...)

Is there any difference between two?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T23:16:05+00:00Added an answer on June 16, 2026 at 11:16 pm

    You would need to check also, in addition to how many threads and posts there are, what SQL is being generated by both queries, and how long they each take in SQL Profiler.

    On a side note, I question both of your queries. I’m assuming that you’re using Entity Framework (based on the other questions I’ve seen you ask), and so your Post class should have a ThreadID already on that table (based on the navigational property that I see here, you should have a ThreadID field on your Post table in your database). In which case the following query might be better suited for your needs:

    context.Posts.Where(p => p.threadID == threadId);
    

    By doing this you will remove any mention of the Threads table, which will mean that EF will not have to use any join statements to get the information that you’re requesting. Since it’s not going to include that Threads table, this should be the fastest way to go to get all posts from a single thread.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering which one of the following two was the better way of
I was wondering in which cases one should put the values of an animation
I'm wondering given both the native js and jquery event handler, which one should
We've got several Flex projects, one of which has just been refactored. I'm wondering
I was wondering which way is better to work with. Using private attributes at
I was wondering which could be a better way of mounting different apps for
I am using mock with Python and was wondering which of those two approaches
Which one is better for performance when attaching events (click, mouseover, mouseout, etc...)? I
I'm wondering which is the better way to add some information to a payment
I was wondering, if there is a way to use IPhone as an HID

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.