Steve Lillis
11/14/2022, 9:05 AMvroldanbet
11/14/2022, 9:12 AMReadRelationships
+ DeleteRelationships
). The latter comes with preconditions https://buf.build/authzed/api/docs/main:authzed.api.v1#authzed.api.v1.DeleteRelationshipsRequest so I wonder if you build a statement that fails if a new element appears in the graph. If that was the case, you'd need to retry the operation again (similarly to how distributed databases like CockroachDB would do in case of overlapping transactions).m3k3r1
11/14/2022, 2:11 PM// Write this rel to allow any org member to search for the group
group:test#searchers@organization:authzed#member
How does this type of relation translate to the Go cli for example ? Do you just nest the Relationship object ?
Thanks in advanceecordell
11/14/2022, 2:29 PMoptional_relation
for the subject: https://buf.build/authzed/api/docs/main:authzed.api.v1#authzed.api.v1.SubjectReference
so when writing relationships like that, you would specify the optional_relation as member
instead of leaving it blankm3k3r1
11/14/2022, 2:33 PMIronic Mustard
11/14/2022, 3:28 PMJoey
11/14/2022, 3:37 PMensonic
11/15/2022, 3:19 PMensonic
11/15/2022, 3:20 PMensonic
11/15/2022, 3:37 PMyetitwo
11/15/2022, 5:05 PM--datastore-revision-fuzzing-duration duration amount of time to advertize stale revisions (default 5s)
the one that dictates how long a cache will hold onto a result for the purposes of minimize_latency
requests?vroldanbet
11/15/2022, 5:09 PM--datastore-revision-quantization-interval duration boundary interval to which to round the quantized revision (default 5s)
vroldanbet
11/15/2022, 5:09 PMyetitwo
11/15/2022, 5:35 PMminimize_latency
request?Joey
11/15/2022, 5:41 PMminimize_latency
chooses the revision to use based on the quantization intervalJoey
11/15/2022, 5:41 PMat_exact_snapshot
can be used for a revision, or...?yetitwo
11/15/2022, 5:52 PMminimize_latency
caseyetitwo
11/15/2022, 5:52 PMat_exact_snapshot
has to do with the gc windowJoey
11/15/2022, 5:52 PMyetitwo
11/15/2022, 5:53 PMyetitwo
11/15/2022, 5:53 PMJoey
11/15/2022, 5:53 PMJoey
11/15/2022, 5:54 PMJoey
11/15/2022, 5:54 PMminimize_latency
, you are saying "I don't mind being slightly out of date; I want you to minimize latency"Joey
11/15/2022, 5:54 PMat_least_as_fresh
with a ZedTokenyetitwo
11/15/2022, 5:59 PMyetitwo
11/15/2022, 6:01 PMJoey
11/15/2022, 6:01 PMMiniMinotvur
11/15/2022, 6:19 PMJoey
11/15/2022, 6:31 PM