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 9082551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T20:35:10+00:00 2026-06-16T20:35:10+00:00

I am reading a partitioning tutorial of SQL Server on: http://databases.about.com/od/sqlserver/a/partitioning.htm Here the author

  • 0

I am reading a partitioning tutorial of SQL Server on:

http://databases.about.com/od/sqlserver/a/partitioning.htm

Here the author splits the table and stores them into 4 filegroups based on the CustomerNumber column.

What I want to know is, if I search on first name or last name:

Select * From tableName where FirstName Like '%Jack%'

would this query run faster if I partition? Will SQL Server issue 4 queries on separate filegroups and then merge the final results?

Edit:

While this wasn’t my original question but Raj and TimTom said it would result in table scan, but the query execution plan shows something else what I said. Am I missing something?

enter image description here

  • 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-16T20:35:11+00:00Added an answer on June 16, 2026 at 8:35 pm

    Can partitioning improve performance…

    No. Partitioning is never about improving performance, is about data storage management and/or switch-in/switch-out ETL processing. IO parallelism can be achieved with multiple files in a single filegroup w/o the (severe!) drawbacks of partitioning. If you want a good article about partitioning I recommend Kendra Little How To Decide if You Should Use Table Partitioning.

    As for your question: LIKE '%text%' can only be answered efficiently using a fulltext search.

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

Sidebar

Related Questions

Reading about F# today and I'm not clear on one thing: From: http://msdn.microsoft.com/en-us/library/dd233200.aspx you
Reading the section Zend_Application_Resource_Modules in the docs here: http://framework.zend.com/manual/1.10/en/zend.application.available-resources.html I noticed this: You can
Reading the article on http://www.jamesward.com/2011/08/23/war-less-java-web-apps on how to embed an app server with your
Reading manual about Sling http://sling.apache.org/site/46-line-blog.html added folder blog and blog.html to destination: \launchpad\content\src\main\resources\content\ but
Reading some questions here on SO about conversion operators and constructors got me thinking
Recently I was reading about partitioning code with .NET assemblies and stumbled upon a
I have been reading about tag aware sharding..These are the links I referred: http://www.mongodb.org/display/DOCS/Tag+Aware+Sharding
Reading this list of Chrome match patterns: http://code.google.com/chrome/extensions/match_patterns.html How do I specify a match
Reading through this excellent article about safe construction techniques by Brain Goetz, I got
Reading about the Dispose pattern , I see the documentation repeatedly refer to cleaning

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.