Can graph scans restrictions be bypassed?
When a JanusGraph database has janusgraph.query.force-index: "true", is there a way to submit queries that would be considered as graph scans (e.g. g.V().limit(25)) despite the setting being enabled?
I know that DataStax Enterprise for instance has a with('allow-filtering') that lets users bypass that restriction.
2 Replies