Spliting Data into file groups VS Partioning

  • Guys,

    I have a 60 million row table which I split into a file group that has 4 files. This has improved the performance drastically, I also went a step

    further and split the clustered index into file group with 4 files. One question that still lingers how is splitting data into file groups different than

    partitioning using partition functions. When the table's data is split into file groups how does the SQL engine decide which row goes into which file wihtin the file group.

    Any suggestions and inputs would help.

    Thanks

  • Hi,

    Is there a way to do this without implementing Table partitioning ?

    I am not sure how a table data is stored in multiple file groups without table partitioning

    Are you sure you do not have any table partitioning here ??

    Thanks,

    Mani

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply