liammoch
05/05/2022, 12:48 AMJoey
05/05/2022, 12:49 AMJoey
05/05/2022, 12:49 AMliammoch
05/05/2022, 12:51 AMJoey
05/05/2022, 12:51 AMJoey
05/05/2022, 12:52 AMJoey
05/05/2022, 12:52 AMJoey
05/05/2022, 12:52 AMJoey
05/05/2022, 12:53 AMJoey
05/05/2022, 12:53 AMJoey
05/05/2022, 12:53 AMJoey
05/05/2022, 12:54 AMliammoch
05/05/2022, 12:54 AMJoey
05/05/2022, 12:55 AMGOMAXPROCS=96
on your test clientliammoch
05/05/2022, 1:09 AMroot@887bcf1be58c:~/spicedb# export GOMAXPROCS=1
root@887bcf1be58c:~/spicedb# go run . -r 10000 -p
&{0xc0002b4500 0xc0002b4510 0xc0002b4520}
Time for sending requests 2.89180636s
Time for 150000 checks in parallel is 24.021179661s
root@887bcf1be58c:~/spicedb#
root@887bcf1be58c:~/spicedb# export GOMAXPROCS=24
root@887bcf1be58c:~/spicedb# go run . -r 10000 -p
&{0xc00037e4d0 0xc00037e4e0 0xc00037e4f0}
Time for sending requests 697.027861ms
Time for 150000 checks in parallel is 22.547278848s
root@887bcf1be58c:~/spicedb#
root@887bcf1be58c:~/spicedb# export GOMAXPROCS=96
root@887bcf1be58c:~/spicedb# go run . -r 10000 -p
&{0xc000480120 0xc000480130 0xc000480140}
Time for sending requests 828.719964ms
Time for 150000 checks in parallel is 23.099582482s
liammoch
05/05/2022, 1:09 AMliammoch
05/05/2022, 1:10 AMJoey
05/05/2022, 1:11 AMliammoch
05/05/2022, 1:11 AMJoey
05/05/2022, 1:11 AMliammoch
05/05/2022, 1:12 AMJoey
05/05/2022, 1:12 AMliammoch
05/05/2022, 1:13 AMJoey
05/05/2022, 1:13 AM--otel
flags provide an OpenTelemetry-compliant tracing systemJake
05/05/2022, 1:42 AMshubhamsinha
05/05/2022, 5:48 AMJake
05/05/2022, 10:42 AMJake
05/05/2022, 10:43 AMJake
05/05/2022, 10:44 AMwilliamdclt
05/05/2022, 2:00 PMpermission view = user:*
, all users have this permission or none do).
This is important for us for backward-compatibility: we have features that are released to a beta group (using a beta
flag in SpiceDB), before being rolled out to everybody. Once it's rolled out we'd like to get rid of the beta
flag, but in the meanwhile we need to continue to have the view
permission in spicedb for backward compatibility