Does spiceDB prevent a thundering herd problem on ...
# spicedb
m
Does spiceDB prevent a thundering herd problem on the underlying datastore? For example say we request a permission which is not in it's cache, and SpiceDB communicates with the datastore to get the information, will a subsequent 100 other requests for the same permission result in a another query to the database while the previous request is still being processed? or does spiceDB prevent hitting the datastore hard in this situation?