Skip to content

Instantly share code, notes, and snippets.

@theory
Last active October 14, 2022 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theory/bdb77913e85f3e097d49e8e9155f91c9 to your computer and use it in GitHub Desktop.
Save theory/bdb77913e85f3e097d49e8e9155f91c9 to your computer and use it in GitHub Desktop.
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
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
Criterion Weight
Distributed Uniqueness 0.558
Developer UX 0.207
Randomness 0.092
Database Support 0.083
Ordering 0.060
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
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
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
Option Score
UUID 0.414
Nano 0.244
Snowflake 0.181
XID 0.161
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
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