Rethinkdb:Chain getAll&之间

时间:2015-05-23 00:00:44

标签: rethinkdb

链接RqlRuntimeError: Expected type TABLE_SLICE but found SELECTION:getAll方法时出现between错误。

r.db(' MYDB&#39)。表('日志')   .getAll(' 1',{index:' userId'})   。between(r.time(2015,5,1,' Z'),r.time(2015,5,4,' Z'),{index:' createdAt'})

在查询属于index(es)userId=1位于日期之间的数据时,是否可以使用createdAt?据我所知filter不使用索引。

1 个答案:

答案 0 :(得分:3)

您不能使用这样的两个索引,但可以创建复合索引:

select