Hey everyone,
# spicedb
k
Hey everyone, Could someone help understand the correlation between the quantity of relations and how much space they absorb in the Postgres? For example, 1k relations (permissions) is around 10MB of db size? I need to calculate how much space in DB my relations (permissions) will cost. Thanks 🙂
v
I don't think we've formally published those numbers, but it it depends on your namespaces and object ID / subject IDs. I'd suggest running a quick experiment on an environment as close as to what you plan to run in prod, and query postgres for table sizes and infer that from your row count.
k
I already think about that, but this is the last option. It would be interesting to have an etalon version
v
etalon version?
k
The median value on which I could be oriented
v
unfortunately we don't have those values at the moment