2

Im using datastax node.js driver for dse graph.

According to http://docs.datastax.com/en/developer/nodejs-driver/latest/features/paging/

It works only for Cassandra and DSE, but I would like to do the same for DSE Graph using gremlin queries : fetch and paging results. I would like to know the total records of results too. (without performance issues)

Erick Ramirez
  • 13,964
  • 1
  • 18
  • 23
  • 1
    DSE Graph does not support protocol-level paging yet, so it's not possible to use the DSE drivers to perform paging. You should use gremlin `range()` method instead. – jorgebg Jan 09 '17 at 15:26

0 Answers0