|
-
From the user perspective, clustered tables handle DML the same way unclustered tables do. The syntax is the same; the fact that the tables are clustered is an internal issue.
However, the performance may differ quite a bit, depending on what kind of cluster (index or hash) you use and whether or not your WHERE clause references the cluster key column in the table.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|