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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:22:18+00:00 2026-05-22T14:22:18+00:00

I have data split other few tables as per 3d NF. say Parent (ID,

  • 0

I have data split other few tables as per 3d NF.

say Parent (ID, ParentData), Child (ID, ParentID, ChildData)

Parent has Date field and I want to split the parent and all children by the Date (so all data which constitutes a particular date has to be separated in a partition)

  • 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-05-22T14:22:19+00:00Added an answer on May 22, 2026 at 2:22 pm

    This is simpler than you might think, the phrase used for tables / indexes being placed on the same partition scheme can be referred to as ‘partition aligned’.

    • Create a single partition scheme, allocating your partitions onto the filegroups.
    • Create a single partition function, accepting a date parameter.
    • Create both tables, each creation has an additional clause at the end.

    The caveat there is that both tables (Parent / Child) need to have that date column within their schema. The child record can not inhreit the parents partition – you could use a computed column and a few other tricks, but you basically need to ensure the child records contain an appropriate date as well.

    ON your_partition_schem_name ( your_date_field )
    

    Indexes can also be ‘partition aligned’ in the same way as the tables can.

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

Sidebar

Related Questions

I have data split across several mysql tables to prevent data duplication but joining
I have a data april/2010 to jan/2011 Is there any way to split the
I have a SSIS Data Flow Task with an OleDb Source, Conditional Split (w/
When I using the following code to read file: lines=file(data.txt).read().split(\n) I have the following
my data is dat1; the split statement is var splitstr = dat1.split(-); I have
I have some data represented in a 1300x1341 matrix. I would like to split
Is it better to have one fat data context class with all the tables
I have a data set which has a list of user agents and devices
If I have two tables in a DB User and Userinfo (split for normalisation
I have data in a MySQL database. I am sending the user a URL

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.