Hi guys, I am having an issue with creating relation-tuples. Relations are not unique and its creating duplicates. Is there a way to make the relations unique?
s
steep-lamp-91158
07/22/2022, 9:37 AM
ptal https://github.com/ory/keto/issues/292
it is not necessarily a bug, but might be needed for some features
what is the problem you are facing with duplicates? the check api behaves the same either way
f
flaky-airport-45969
07/22/2022, 10:05 AM
I am not having any issues with it right now but this might come with some performance issues. I’m glad that the guys are working on this. Thanks.
s
steep-lamp-91158
07/22/2022, 10:33 AM
it should only be a performance issue if you have to fetch a lot of pages with the same tuples through the read api
for check this is something we have to care about, and it should not be a problem there