Can anyone explain what the `_RelayId` table is fo...
# orm-help
s
Can anyone explain what the
_RelayId
table is for? And what the data relates too?
n
to make the node query work efficiently
s
So if I’m wiping all my data, is it worth wiping this table too?
or does it relate to schema, rather than data?
n
it is worth wiping this too
it relates to nodes
s
@nilan so this is Facebook “Relay” client info?
n
yea, it is a look up table for node ids to model name
iirc 🙂
s
Gotcha 👍