williamdclt
03/31/2022, 1:48 PMspicedb-reader which receives all check and lookups, and spicedb-writer which receives all writeRelationships and deleteRelationships.
My goal is to avoid writes impacting read performances. Right now, I'm finding that even a low write traffic impacts read latency significantly.
Is that a crazy thing to do, can you see a problem with that approach? Can I set --datastore-readonly=true for the reader instances, in this setup? I'm not clear on what this flag actually does