Index on SYSTEM.LOG failed

2019-10-24 Thread Aleksandr Saraseka
Hello. We're logging queries in Phoenix. Main criteria can be a start_time (to investigate possible performance problems in some particular time). Execution plan for the query shows full scan - that could cause problems with a lot of data^ explain select query from system.LOG order by start_time; +

Re: Index on SYSTEM.LOG failed

2019-10-24 Thread Josh Elser
Do you have a mismatch of Phoenix thinclient jars and Phoenix QueryServer versions? You're getting a classpath-type error, not some Phoenix internal error. On 10/24/19 10:01 AM, Aleksandr Saraseka wrote: Hello. We're logging queries in Phoenix. Main criteria can be a start_time (to investigate