Re: reindex job is very slow on ElasticSearch and BigTable
hadoopmarc@...
Hi,
No, MixedIndex should be fine. Can you show the code lines that define the index for the maid property key? Possibly, the index is restricted to a specific label so you have to query:
g.V().has('product', 'maid', '45324j5nu8g5r83q89u53h89g')
See also:
https://docs.janusgraph.org/index-management/index-performance/#label-constraint
Best wishes, Marc
No, MixedIndex should be fine. Can you show the code lines that define the index for the maid property key? Possibly, the index is restricted to a specific label so you have to query:
g.V().has('product', 'maid', '45324j5nu8g5r83q89u53h89g')
See also:
https://docs.janusgraph.org/index-management/index-performance/#label-constraint
Best wishes, Marc