I'm planning to set up 2 kubernetes services: `spi...
# spicedb
w
I'm planning to set up 2 kubernetes services:
spicedb-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