|
|
|
|
|
by wongarsu
1068 days ago
|
|
Store just the sequential id, compute the hash on the edge. This keeps your database simple and performant, and pushes complexity and work to the backend servers. This can be nice because developers are typically more at home at that layer, and scaling the backend can be a lot easier than scaling your database. But it also comes with the downsides listed in this thread. |
|