Join Discord
Powered by
if you're trying to do a big import, my suggestion...
# spicedb
j
Jake
10/14/2022, 12:26 AM
if you're trying to do a big import, my suggestion would be to 1) use touch instead of create, it's idempotent, and 2) try to make sure that your data truly doesn't overlap for concurrent things, or do your backfill serially in batches of 1000
Previous
Next