|
|
|
|
|
by masklinn
910 days ago
|
|
Normally, a uuid is orderable. However uuid4 create a lot of work during updates, and tend to result in relatively low fill trees so querying is less efficient than it could be. They also don’t really benefit from btrees as range or prefix queries are extremely rare. |
|