-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
204 additions
and
589 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 7 additions & 7 deletions
14
...ark/Scripts/0000.0 - Create Index - 1.kbs → ...ark/Scripts/0000.1 - Create Index - 1.kbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
EXEC ClearCacheAllocations | ||
DROP INDEX IX_Payload_tx100000_01_1000 ON Benchmarking:Payload_100000 | ||
CREATE INDEX IX_Payload_tx100000_01_1000( | ||
Score | ||
) ON Benchmarking:Payload_100000 WITH (PARTITIONS=1000) | ||
EXEC ClearCacheAllocations | ||
|
||
DROP INDEX IX_Payload_tx100000_01_1000 ON Benchmarking:Payload_100000 | ||
|
||
CREATE INDEX IX_Payload_tx100000_01_1000( | ||
Score | ||
) ON Benchmarking:Payload_100000 WITH (PARTITIONS=1000) |
16 changes: 8 additions & 8 deletions
16
...ark/Scripts/0000.0 - Create Index - 2.kbs → ...ark/Scripts/0000.1 - Create Index - 2.kbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
EXEC ClearCacheAllocations | ||
DROP INDEX IX_Payload_tx100000_02_1000 ON Benchmarking:Payload_100000 | ||
CREATE INDEX IX_Payload_tx100000_02_1000( | ||
OwnerUserId, | ||
ParentId | ||
) ON Benchmarking:Payload_100000 WITH (PARTITIONS=1000) | ||
EXEC ClearCacheAllocations | ||
|
||
DROP INDEX IX_Payload_tx100000_02_1000 ON Benchmarking:Payload_100000 | ||
|
||
CREATE INDEX IX_Payload_tx100000_02_1000( | ||
OwnerUserId, | ||
ParentId | ||
) ON Benchmarking:Payload_100000 WITH (PARTITIONS=1000) |
14 changes: 7 additions & 7 deletions
14
...k/Scripts/0000.0 - Create Index - Key.kbs → ...k/Scripts/0000.1 - Create Index - Key.kbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
EXEC ClearCacheAllocations | ||
DROP INDEX IX_Payload_tx100000_03_1000 ON Benchmarking:Payload_100000 | ||
CREATE UNIQUEKEY IX_Payload_tx100000_03_1000( | ||
Id | ||
) ON Benchmarking:Payload_100000 WITH (PARTITIONS=1000) | ||
EXEC ClearCacheAllocations | ||
|
||
DROP INDEX IX_Payload_tx100000_03_1000 ON Benchmarking:Payload_100000 | ||
|
||
CREATE UNIQUEKEY IX_Payload_tx100000_03_1000( | ||
Id | ||
) ON Benchmarking:Payload_100000 WITH (PARTITIONS=1000) |