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
Bo
Bo2y ago
That's not possible right now but shouldn't be difficult to implement.
gdotv
gdotvOP2y ago
Good to know, thanks!

Did you find this page helpful?