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