so, i have several hundred thousand write operatio...
# spicedb
l
so, i have several hundred thousand write operations that i need to perform in spicedb in order to backfill some data. i'm assuming that it's not a good idea to run a single
WriteRelationships
request with all of them 😝 but i'm wondering if there is an ideal chunk size to break them up into.
2 Views