Re: Phoenix perform full scan and ignore covered global index

2018-12-23 Thread Jaanai Zhang
Could you please show your SQL of the CREATE TABLE/INDEX Jaanai Zhang Best regards! Batyrshin Alexander <0x62...@gmail.com> 于2018年12月23日周日 下午9:38写道: > Examples: > > 1. Ignoring indexes if "*" used for select even index include all columns > from

Phoenix perform full scan and ignore covered global index

2018-12-23 Thread Batyrshin Alexander
Examples: 1. Ignoring indexes if "*" used for select even index include all columns from source table 0: jdbc:phoenix:127.0.0.1> explain select * from table where "p" = '123123123';