ATM I'm using fully consistent but with ~8k resour...
# spicedb
v
ATM I'm using fully consistent but with ~8k resources fetched, and the request takes 2-7s. I just experimented with
Consistency(minimize_latency=True)
and it doesn't seem to improve at all. It wouldn't be a problem: 8k resources are a lot, it's not a use case for us. The problem is that this user is used by CI tests, and sometimes spicedb OOMs during CI runs. Usually spice runs on ~400MB of memory, but then it can spike to >1GB and oom. We're on spice 1.8.0. Since the dataset is pretty static, this is something unexpected and worrying. Again, we don't need to support 8k resources per user, but I wonder what would happen with real-world load (10k users in our case)