create index ix5 on default(age) where type = "user";
explain select count(1) from default where age IN [50,60] AND type = "user";