【发布时间】:2021-11-29 15:01:08
【问题描述】:
Stargate rest api 是否支持 Cassandra (DSE 6.8) 中的 LIMIT 查询?
Select * from table LIMIT 100;
如果有,可以举个例子吗?
【问题讨论】:
标签: cassandra cql stargate-oss
Stargate rest api 是否支持 Cassandra (DSE 6.8) 中的 LIMIT 查询?
Select * from table LIMIT 100;
如果有,可以举个例子吗?
【问题讨论】:
标签: cassandra cql stargate-oss
LIMIT 的 Stargate REST API 等效项是此处记录的 page-size 查询参数
https://stargate.io/docs/stargate/1.0/attachments/restv2.html#operation/getRows
【讨论】: