七、LSQL其他特性

7.1. 简单查询分页

​ 由于spark sql不支持分页查询,在很多页面展示上会有问题。我们在简单的lsql上实现了分页功能,希望您能喜欢。分页由于性能的限制,目前仅支持offset+limit之和不超过3万条。

select * from common_example001 where partition like 'teststream' and s1='1' limit 5,10
select * from common_example001 where partition like 'teststream' and s1='1' limit 3,10
Copyright © lucene.xin 2020 all right reserved修改时间: 2021-07-02 11:42:23

results matching ""

    No results matching ""