J
JanusGraph12mo ago
gdotv

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
Bo12mo ago
That's not possible right now but shouldn't be difficult to implement.
gdotv
gdotv12mo ago
Good to know, thanks!
Want results from more Discord servers?
Add your server
More Posts
getting ClassNotFoundException when trying to run gremlin query g.V().valueMap for custom classI am storing the Map <String,Address> into graph as property like: Map<String, Address> location = nWhy is the default serializer in conf/remote.yaml GryoV3?Im using Janusgraph 0.6.0 in a docker container. Everytime i start the container, I get the message JanusGraph metrics data having value 0 for most metricsI have a janusgrpah server with metrics enabled along with jmx.metric enabled, The issue is all the Upgrading from 0.6 to 1.0.0-20230626 caused indexes to disappearHi all, I tried to upgrade from 0.6 to 1.0.0-20230626 yesterday, and I ran into some issues. All ofDoes JanusGraph keep the connection?When a JanusGraph server is started, does it keep connections to the Storage Backends? Or when an opJanusGraph interface using JavaI am planning to use JanusGraph in my spring boot Java web application, in my windows dev box , runnShould not allow creating vertex with only one of the composite indexI have created unique composite index using : .addKey(key1).addKey(key2).unique().buildCompositeIndeCassandra or ScyllaDBWhat’s the best choice for storage, Cassandra or ScyllaDB , in terms of performance, scalability,avaPeriodic Data deletion in JanusgraphHi folks, Wanted to know what are the best practices for deleting data older than some certain days org.janusgraph.diskstorage.TemporaryBackendException: Lock write retry count exceededhi I am getting above error while try to execute the gremlin query