Last active
October 14, 2022 15:58
-
-
Save theory/bdb77913e85f3e097d49e8e9155f91c9 to your computer and use it in GitHub Desktop.
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
Intensity of Importance | Definition | Explanation | |
---|---|---|---|
1 | Equal importance | Two elements contribute equally to the objective | |
3 | Moderate importance | Experience and judgment moderately favor one element over another | |
5 | Strong importance | Experience and judgment strongly favor one element over another | |
7 | Very strong importance | One element is favored very strongly over another; its dominance is demonstrated in practice | |
9 | Extreme importance | The evidence favoring one element over another is of the highest possible order of affirmation |
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
Option A | Score A | Score B | Option B | |
---|---|---|---|---|
Database Support | 1 | 3 | Developer UX | |
Database Support | 1 | 5 | Distributed Uniqueness | |
Database Support | 2 | 1 | Ordering | |
Database Support | 1 | 2 | Randomness | |
Developer UX | 1 | 7 | Distributed Uniqueness | |
Developer UX | 5 | 1 | Ordering | |
Developer UX | 3 | 1 | Randomness | |
Distributed Uniqueness | 7 | 1 | Ordering | |
Distributed Uniqueness | 6 | 1 | Randomness | |
Ordering | 1 | 1 | Randomness |
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
Criterion | Weight | |
---|---|---|
Distributed Uniqueness | 0.558 | |
Developer UX | 0.207 | |
Randomness | 0.092 | |
Database Support | 0.083 | |
Ordering | 0.060 |
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
Option A | Score A | Score B | Option B | |
---|---|---|---|---|
Nano | 1 | 4 | Snowflake | |
Nano | 1 | 3 | UUID | |
Nano | 1 | 2 | XID | |
Snowflake | 1 | 1 | UUID | |
Snowflake | 4 | 1 | XID | |
UUID | 2 | 1 | XID |
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
Option A | Score A | Score B | Option B | |
---|---|---|---|---|
Nano | 1 | 2 | Snowflake | |
Nano | 1 | 5 | UUID | |
Nano | 2 | 1 | XID | |
Snowflake | 1 | 2 | UUID | |
Snowflake | 1 | 1 | XID | |
UUID | 3 | 1 | XID |
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
Option A | Score A | Score B | Option B | |
---|---|---|---|---|
Nano | 3 | 1 | Snowflake | |
Nano | 1 | 2 | UUID | |
Nano | 3 | 1 | XID | |
Snowflake | 1 | 3 | UUID | |
Snowflake | 1 | 2 | XID | |
UUID | 3 | 1 | XID |
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
Option | Score | |
---|---|---|
UUID | 0.414 | |
Nano | 0.244 | |
Snowflake | 0.181 | |
XID | 0.161 |
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
Option A | Score A | Score B | Option B | |
---|---|---|---|---|
Nano | 1 | 4 | Snowflake | |
Nano | 1 | 1 | UUID | |
Nano | 1 | 4 | XID | |
Snowflake | 4 | 1 | UUID | |
Snowflake | 2 | 1 | XID | |
UUID | 1 | 3 | XID |
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
Option A | Score A | Score B | Option B | |
---|---|---|---|---|
Nano | 2 | 1 | Snowflake | |
Nano | 1 | 2 | UUID | |
Nano | 2 | 1 | XID | |
Snowflake | 1 | 2 | UUID | |
Snowflake | 1 | 1 | XID | |
UUID | 2 | 1 | XID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment