cmilowka

Results 3 issues of cmilowka

**Elastic Search for Cardinality List with meta-properties:** The idea is to have Elastic Search index on the vertex property declared (optional) with schema Cardinality.LIST and having these values on that...

**Relation Property Index not utilized with Subgraph Strategy with some of the steps** Subgraph Strategy is often used with condition that apply to the metadata, like a time machine described...

**Using as() step is slowing down performance of the Gremlin Query with some combinations** specifically when Filter Segment is used, for example: - around 500 milliseconds: `g.V().and( __.properties("amount"))` - around...

kind/bug/possible