NoSQL/impala

impala slow query 분석

세모데 2017. 2. 25. 12:14

1. impala-shell 에서


   1) query 끝난후 바로 summary 수행

      오래 수행이 되는 단계를 찾아서 확인

   2) query 끝난후 바로 profile 수행

      BytesRead, BytesReadLocal, BytesReadShortCircuit 확인

      BytesReadLocal < BytesRead : cluster misconfigured (daemon down등 확인필요)

      BytesReadShortCircuit < BytesRead : short-circuit read are not enabled