January 13, 2012 at 1:28 am
Can we fing clusters of following data?
Id P1 P2
x 5.6 4.5
x 1.6 4.5
y 5.6 4.5
having 2 clusters?
January 13, 2012 at 1:45 am
- your primary key hasn't to be your clustered index
- only one clustered index per table.
January 16, 2012 at 9:10 am
vnj (1/13/2012)
Can we fing clusters of following data?Id P1 P2
x 5.6 4.5
x 1.6 4.5
y 5.6 4.5
having 2 clusters?
I think original poster is referring to "clusters" on its data mining meaning, as in "data clustering" as opposed to "clustered/non-clustered indexes".
Having said that, PKs are created to enforce uniqueness on a column or combination of columns, more related to referential integrity than to data mining - you can do "data clustering" in an indexless, PKless table.
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy