|
|
|
|
|
by blattimwind
2846 days ago
|
|
> When you hit a critical size your database can no longer handle the throughput of the lookups. If your data store(s) can't handle the load of looking up a ~32 byte token (that is, if you are sane and not using JWT), then how exactly are they supposed to hold up to whatever your business logic part of the app is doing? |
|