Re: Property with multiple data types
HadoopMarc <bi...@...>
Hi Laura, Good that you pay close attention to understanding indices in JanusGraph because they are essential to proper use. Does the following section of the ref docs answers your question? https://docs.janusgraph.org/index-management/index-performance/#label-constraint Best wishes, Marc Op zondag 13 december 2020 om 16:30:19 UTC+1 schreef Laura Morales: I'm new to Janus and LPGs. I have a question after reading the Janus documentation. As far as I understand, edges labels as well as properties (for both nodes and edges) are indexed globally. What happens when I have a sufficiently large graph, that completely unrelated and separate nodes want to use a property called with the same name but that holds different data types? For example, a property called "age" could be used by some nodes with a Integer type (eg. "age": 23), but other nodes on the other far-side of my big graph might want/need/require to use a String type (eg. "age": "twenty-seven"). Is this configuration possible with Janus? Or do I *have to* use two different names such as age_int and age_string? |
|