It seems the best practice is to use granular properties/predicates, e.g. ‘user.name’ rather than ‘name’. And any existing RDF data imported into dgraph would have IRIs for predicates. Both scenarios could result in long property names. Do very long names impact storage requirements (it feels like a stupid question, but there is at least one popular NoSQL db where it does)?
Thanks.