Re: [PROPOSAL] Strict Schema
Florian Hockmann <f...@...>
Hi Ted, I think the second option would be the better one in the long term as it allows to define property keys again for different vertices for which they have different meanings. We currently often include the vertex label again in property keys as a workaround to avoid problems with adding indexes of property keys that already existed for new vertex labels. So we have property keys like CityName, CountryName, and so on. That shouldn't be necessary anymore with your second option. However, it's probably much easier to implement the first option as it's closer to the way property keys currently work in JanusGraph. Since even the first option would bring most of the benefits of a strict schema I would suggest that that should be implemented first and the second one in a later version. Regards, Florian Am Sonntag, 7. Januar 2018 16:11:55 UTC+1 schrieb Ted Wilmes:
|
|