Cleared 2m ago · risingwavelabs/risingwave #21411 · Rust · ★ 9.3k · Apache-2.0

scan reversely in batch query with hint of order

inspired by #21342 dev=> create table t(v1 int primary key, v2 int); CREATE_TABLE dev=> insert into t select id, id from generate_series(1,1000000,1) as tmp(id); INSERT 0 1000000 dev=> explain select * from t where v1 >= 1 and v1 <= 1000000 order by v1 limit 1; QUERY PLAN…

What we checked

Similar unclaimed issues