in reply to Re^7: Architecture design for full stack development.
in thread Architecture design for full stack development.
Update: Put simply:
- a clustered index is necessary to ensure the underlying data is maintained in index order (popular analogy is a phone book).
- the cluster command does not create a clustered index but organises the data into index order one time per use.
- you cannot use the cluster command to make the index clustered - you have to use an ALTER command to do that.
One world, one people
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Architecture design for full stack development.
by erix (Prior) on Jun 25, 2017 at 05:47 UTC | |
by anonymized user 468275 (Curate) on Jun 25, 2017 at 06:05 UTC | |
by erix (Prior) on Jun 25, 2017 at 06:30 UTC | |
by anonymized user 468275 (Curate) on Jun 25, 2017 at 06:55 UTC | |
by erix (Prior) on Jun 25, 2017 at 08:43 UTC |