1

Does Stargate rest api support LIMIT query in Cassandra (DSE 6.8)?

Select * from table LIMIT 100; 

If any, can you provide me an example?

Erick Ramirez
  • 13,964
  • 1
  • 18
  • 23
David
  • 3,538
  • 9
  • 39
  • 50

1 Answers1

3

The Stargate REST API equivalent of LIMIT is the page-size query parameter documented here

https://stargate.io/docs/stargate/1.0/attachments/restv2.html#operation/getRows

dwettlaufer
  • 378
  • 1
  • 5