|
|
|
|
|
by parpfish
184 days ago
|
|
Two things I don’t like about big-int indexes: - If you use uuids as foreign keys to another table, it’s obvious when you screw up a join condition by specifying the wrong indices. With int indices you can easily get plausible looking results because your join will still return a bunch of data - if you’re debugging and need to search logs, having a simple uuid string is nice for searching |
|