<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question impala slow query caused by scan node in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/353646#M236765</link>
    <description>&lt;P&gt;Most of the same Impala queries respond within 20 seconds. But sometimes it takes more than 60 seconds.&lt;/P&gt;&lt;P&gt;I see a hotspot in 'SCAN HDFS' of 'ExecSummary' in slow query profile. (avgTime 6s462ms, maxTime 54s766ms )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;low response time Query Info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Duration : 13.1s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- HDFS Scanner Average Read Throughput: 382.2MiB/s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Threads: Network Receive Wait Time: 10.0m&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;high response time Query Info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Duration : 1m, 4s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- HDFS Scanner Average Read Throughput : 988.1 MiB/s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Threads: Network Receive Wait Time: 59.5m&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If HDFS SCAN is the cause of the slow response time, is the 'HDFS Scanner Average Read Throughput' value higher in the slow query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And one more question.&lt;/P&gt;&lt;P&gt;I compared the fast and slow operators of the HDFS_SCAN_NODE stage in the slow query profile.&lt;BR /&gt;RowBatchQueueGetWaitTime(54.76s) and ScannerThreadsTotalWallClockTime(54.77s) I wonder why the two metric values are high.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HDFS_SCAN_NODE (id=0)&lt;BR /&gt;Hdfs split stats (&amp;lt;volume id&amp;gt;:&amp;lt;# splits&amp;gt;/&amp;lt;split lengths&amp;gt;): 1:1/4.72 MB&lt;BR /&gt;ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1&lt;BR /&gt;Hdfs Read Thread Concurrency Bucket: 0:100% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0%&lt;BR /&gt;File Formats: PARQUET/SNAPPY:1&lt;BR /&gt;- AverageHdfsReadThreadConcurrency: 0.00 (0.0)&lt;BR /&gt;- AverageScannerThreadConcurrency: 1.00 (1.0)&lt;BR /&gt;- BytesRead: 959.6 KiB (982621)&lt;BR /&gt;- BytesReadDataNodeCache: 0 B (0)&lt;BR /&gt;- BytesReadLocal: 959.6 KiB (982621)&lt;BR /&gt;- BytesReadRemoteUnexpected: 0 B (0)&lt;BR /&gt;- BytesReadShortCircuit: 959.6 KiB (982621)&lt;BR /&gt;- CachedFileHandlesHitCount: 0 (0)&lt;BR /&gt;- CachedFileHandlesMissCount: 3 (3)&lt;BR /&gt;- CollectionItemsRead: 0 (0)&lt;BR /&gt;- DecompressionTime: 2ms (2131729)&lt;BR /&gt;- InactiveTotalTime: 0ns (0)&lt;BR /&gt;- MaxCompressedTextFileLength: 0 B (0)&lt;BR /&gt;- NumColumns: 2 (2)&lt;BR /&gt;- NumDictFilteredRowGroups: 0 (0)&lt;BR /&gt;- NumDisksAccessed: 1 (1)&lt;BR /&gt;- NumRowGroups: 1 (1)&lt;BR /&gt;- NumScannerThreadsStarted: 1 (1)&lt;BR /&gt;- NumScannersWithNoReads: 0 (0)&lt;BR /&gt;- NumStatsFilteredRowGroups: 0 (0)&lt;BR /&gt;- PeakMemoryUsage: 3.3 MiB (3430040)&lt;BR /&gt;- PerReadThreadRawHdfsThroughput: 1,011.8 MiB/s (1060904048)&lt;BR /&gt;- RemoteScanRanges: 0 (0)&lt;BR /&gt;- RowBatchQueueGetWaitTime: 54.76s (54763817619)&lt;BR /&gt;- RowBatchQueuePutWaitTime: 0ns (0)&lt;BR /&gt;- RowsRead: 52,319 (52319)&lt;BR /&gt;- RowsReturned: 52,319 (52319)&lt;BR /&gt;- RowsReturnedRate: 955 per second (955)&lt;BR /&gt;- ScanRangesComplete: 1 (1)&lt;BR /&gt;- ScannerThreadsInvoluntaryContextSwitches: 1 (1)&lt;BR /&gt;- ScannerThreadsTotalWallClockTime: 54.77s (54768078433)&lt;BR /&gt;- MaterializeTupleTime(*): 1ms (1634590)&lt;BR /&gt;- ScannerThreadsSysTime: 1ms (1897000)&lt;BR /&gt;- ScannerThreadsUserTime: 9ms (9870000)&lt;BR /&gt;- ScannerThreadsVoluntaryContextSwitches: 14 (14)&lt;BR /&gt;- TotalRawHdfsOpenFileTime(*): 3ms (3129744)&lt;BR /&gt;- TotalRawHdfsReadTime(*): 926.21us (926211)&lt;BR /&gt;- TotalReadThroughput: 10.8 KiB/s (11075)&lt;BR /&gt;- TotalTime: 54.77s (54766111629)&lt;/P&gt;&lt;P&gt;HDFS_SCAN_NODE (id=0)&lt;BR /&gt;Hdfs split stats (&amp;lt;volume id&amp;gt;:&amp;lt;# splits&amp;gt;/&amp;lt;split lengths&amp;gt;): 3:1/4.70 MB&lt;BR /&gt;ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1&lt;BR /&gt;Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0%&lt;BR /&gt;File Formats: PARQUET/SNAPPY:1&lt;BR /&gt;- AverageHdfsReadThreadConcurrency: 0.00 (0.0)&lt;BR /&gt;- AverageScannerThreadConcurrency: 0.00 (0.0)&lt;BR /&gt;- BytesRead: 956.9 KiB (979887)&lt;BR /&gt;- BytesReadDataNodeCache: 0 B (0)&lt;BR /&gt;- BytesReadLocal: 956.9 KiB (979887)&lt;BR /&gt;- BytesReadRemoteUnexpected: 0 B (0)&lt;BR /&gt;- BytesReadShortCircuit: 956.9 KiB (979887)&lt;BR /&gt;- CachedFileHandlesHitCount: 0 (0)&lt;BR /&gt;- CachedFileHandlesMissCount: 3 (3)&lt;BR /&gt;- CollectionItemsRead: 0 (0)&lt;BR /&gt;- DecompressionTime: 1ms (1175394)&lt;BR /&gt;- InactiveTotalTime: 0ns (0)&lt;BR /&gt;- MaxCompressedTextFileLength: 0 B (0)&lt;BR /&gt;- NumColumns: 2 (2)&lt;BR /&gt;- NumDictFilteredRowGroups: 0 (0)&lt;BR /&gt;- NumDisksAccessed: 1 (1)&lt;BR /&gt;- NumRowGroups: 1 (1)&lt;BR /&gt;- NumScannerThreadsStarted: 1 (1)&lt;BR /&gt;- NumScannersWithNoReads: 0 (0)&lt;BR /&gt;- NumStatsFilteredRowGroups: 0 (0)&lt;BR /&gt;- PeakMemoryUsage: 3.2 MiB (3392266)&lt;BR /&gt;- PerReadThreadRawHdfsThroughput: 1.1 GiB/s (1200419705)&lt;BR /&gt;- RemoteScanRanges: 0 (0)&lt;BR /&gt;- RowBatchQueueGetWaitTime: 8ms (8679355)&lt;BR /&gt;- RowBatchQueuePutWaitTime: 0ns (0)&lt;BR /&gt;- RowsRead: 52,115 (52115)&lt;BR /&gt;- RowsReturned: 52,115 (52115)&lt;BR /&gt;- RowsReturnedRate: 4868064 per second (4868064)&lt;BR /&gt;- ScanRangesComplete: 1 (1)&lt;BR /&gt;- ScannerThreadsInvoluntaryContextSwitches: 0 (0)&lt;BR /&gt;- ScannerThreadsTotalWallClockTime: 11ms (11603409)&lt;BR /&gt;- MaterializeTupleTime(*): 1ms (1465282)&lt;BR /&gt;- ScannerThreadsSysTime: 2ms (2006000)&lt;BR /&gt;- ScannerThreadsUserTime: 6ms (6044000)&lt;BR /&gt;- ScannerThreadsVoluntaryContextSwitches: 14 (14)&lt;BR /&gt;- TotalRawHdfsOpenFileTime(*): 2ms (2488801)&lt;BR /&gt;- TotalRawHdfsReadTime(*): 816.29us (816287)&lt;BR /&gt;- TotalReadThroughput: 0 B/s (0)&lt;BR /&gt;- TotalTime: 10ms (10705486)&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 14:36:19 GMT</pubDate>
    <dc:creator>coco</dc:creator>
    <dc:date>2022-09-29T14:36:19Z</dc:date>
    <item>
      <title>impala slow query caused by scan node</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/353646#M236765</link>
      <description>&lt;P&gt;Most of the same Impala queries respond within 20 seconds. But sometimes it takes more than 60 seconds.&lt;/P&gt;&lt;P&gt;I see a hotspot in 'SCAN HDFS' of 'ExecSummary' in slow query profile. (avgTime 6s462ms, maxTime 54s766ms )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;low response time Query Info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Duration : 13.1s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- HDFS Scanner Average Read Throughput: 382.2MiB/s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Threads: Network Receive Wait Time: 10.0m&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;high response time Query Info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Duration : 1m, 4s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- HDFS Scanner Average Read Throughput : 988.1 MiB/s&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Threads: Network Receive Wait Time: 59.5m&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If HDFS SCAN is the cause of the slow response time, is the 'HDFS Scanner Average Read Throughput' value higher in the slow query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And one more question.&lt;/P&gt;&lt;P&gt;I compared the fast and slow operators of the HDFS_SCAN_NODE stage in the slow query profile.&lt;BR /&gt;RowBatchQueueGetWaitTime(54.76s) and ScannerThreadsTotalWallClockTime(54.77s) I wonder why the two metric values are high.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HDFS_SCAN_NODE (id=0)&lt;BR /&gt;Hdfs split stats (&amp;lt;volume id&amp;gt;:&amp;lt;# splits&amp;gt;/&amp;lt;split lengths&amp;gt;): 1:1/4.72 MB&lt;BR /&gt;ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1&lt;BR /&gt;Hdfs Read Thread Concurrency Bucket: 0:100% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0%&lt;BR /&gt;File Formats: PARQUET/SNAPPY:1&lt;BR /&gt;- AverageHdfsReadThreadConcurrency: 0.00 (0.0)&lt;BR /&gt;- AverageScannerThreadConcurrency: 1.00 (1.0)&lt;BR /&gt;- BytesRead: 959.6 KiB (982621)&lt;BR /&gt;- BytesReadDataNodeCache: 0 B (0)&lt;BR /&gt;- BytesReadLocal: 959.6 KiB (982621)&lt;BR /&gt;- BytesReadRemoteUnexpected: 0 B (0)&lt;BR /&gt;- BytesReadShortCircuit: 959.6 KiB (982621)&lt;BR /&gt;- CachedFileHandlesHitCount: 0 (0)&lt;BR /&gt;- CachedFileHandlesMissCount: 3 (3)&lt;BR /&gt;- CollectionItemsRead: 0 (0)&lt;BR /&gt;- DecompressionTime: 2ms (2131729)&lt;BR /&gt;- InactiveTotalTime: 0ns (0)&lt;BR /&gt;- MaxCompressedTextFileLength: 0 B (0)&lt;BR /&gt;- NumColumns: 2 (2)&lt;BR /&gt;- NumDictFilteredRowGroups: 0 (0)&lt;BR /&gt;- NumDisksAccessed: 1 (1)&lt;BR /&gt;- NumRowGroups: 1 (1)&lt;BR /&gt;- NumScannerThreadsStarted: 1 (1)&lt;BR /&gt;- NumScannersWithNoReads: 0 (0)&lt;BR /&gt;- NumStatsFilteredRowGroups: 0 (0)&lt;BR /&gt;- PeakMemoryUsage: 3.3 MiB (3430040)&lt;BR /&gt;- PerReadThreadRawHdfsThroughput: 1,011.8 MiB/s (1060904048)&lt;BR /&gt;- RemoteScanRanges: 0 (0)&lt;BR /&gt;- RowBatchQueueGetWaitTime: 54.76s (54763817619)&lt;BR /&gt;- RowBatchQueuePutWaitTime: 0ns (0)&lt;BR /&gt;- RowsRead: 52,319 (52319)&lt;BR /&gt;- RowsReturned: 52,319 (52319)&lt;BR /&gt;- RowsReturnedRate: 955 per second (955)&lt;BR /&gt;- ScanRangesComplete: 1 (1)&lt;BR /&gt;- ScannerThreadsInvoluntaryContextSwitches: 1 (1)&lt;BR /&gt;- ScannerThreadsTotalWallClockTime: 54.77s (54768078433)&lt;BR /&gt;- MaterializeTupleTime(*): 1ms (1634590)&lt;BR /&gt;- ScannerThreadsSysTime: 1ms (1897000)&lt;BR /&gt;- ScannerThreadsUserTime: 9ms (9870000)&lt;BR /&gt;- ScannerThreadsVoluntaryContextSwitches: 14 (14)&lt;BR /&gt;- TotalRawHdfsOpenFileTime(*): 3ms (3129744)&lt;BR /&gt;- TotalRawHdfsReadTime(*): 926.21us (926211)&lt;BR /&gt;- TotalReadThroughput: 10.8 KiB/s (11075)&lt;BR /&gt;- TotalTime: 54.77s (54766111629)&lt;/P&gt;&lt;P&gt;HDFS_SCAN_NODE (id=0)&lt;BR /&gt;Hdfs split stats (&amp;lt;volume id&amp;gt;:&amp;lt;# splits&amp;gt;/&amp;lt;split lengths&amp;gt;): 3:1/4.70 MB&lt;BR /&gt;ExecOption: PARQUET Codegen Enabled, Codegen enabled: 1 out of 1&lt;BR /&gt;Hdfs Read Thread Concurrency Bucket: 0:0% 1:0% 2:0% 3:0% 4:0% 5:0% 6:0% 7:0% 8:0% 9:0% 10:0%&lt;BR /&gt;File Formats: PARQUET/SNAPPY:1&lt;BR /&gt;- AverageHdfsReadThreadConcurrency: 0.00 (0.0)&lt;BR /&gt;- AverageScannerThreadConcurrency: 0.00 (0.0)&lt;BR /&gt;- BytesRead: 956.9 KiB (979887)&lt;BR /&gt;- BytesReadDataNodeCache: 0 B (0)&lt;BR /&gt;- BytesReadLocal: 956.9 KiB (979887)&lt;BR /&gt;- BytesReadRemoteUnexpected: 0 B (0)&lt;BR /&gt;- BytesReadShortCircuit: 956.9 KiB (979887)&lt;BR /&gt;- CachedFileHandlesHitCount: 0 (0)&lt;BR /&gt;- CachedFileHandlesMissCount: 3 (3)&lt;BR /&gt;- CollectionItemsRead: 0 (0)&lt;BR /&gt;- DecompressionTime: 1ms (1175394)&lt;BR /&gt;- InactiveTotalTime: 0ns (0)&lt;BR /&gt;- MaxCompressedTextFileLength: 0 B (0)&lt;BR /&gt;- NumColumns: 2 (2)&lt;BR /&gt;- NumDictFilteredRowGroups: 0 (0)&lt;BR /&gt;- NumDisksAccessed: 1 (1)&lt;BR /&gt;- NumRowGroups: 1 (1)&lt;BR /&gt;- NumScannerThreadsStarted: 1 (1)&lt;BR /&gt;- NumScannersWithNoReads: 0 (0)&lt;BR /&gt;- NumStatsFilteredRowGroups: 0 (0)&lt;BR /&gt;- PeakMemoryUsage: 3.2 MiB (3392266)&lt;BR /&gt;- PerReadThreadRawHdfsThroughput: 1.1 GiB/s (1200419705)&lt;BR /&gt;- RemoteScanRanges: 0 (0)&lt;BR /&gt;- RowBatchQueueGetWaitTime: 8ms (8679355)&lt;BR /&gt;- RowBatchQueuePutWaitTime: 0ns (0)&lt;BR /&gt;- RowsRead: 52,115 (52115)&lt;BR /&gt;- RowsReturned: 52,115 (52115)&lt;BR /&gt;- RowsReturnedRate: 4868064 per second (4868064)&lt;BR /&gt;- ScanRangesComplete: 1 (1)&lt;BR /&gt;- ScannerThreadsInvoluntaryContextSwitches: 0 (0)&lt;BR /&gt;- ScannerThreadsTotalWallClockTime: 11ms (11603409)&lt;BR /&gt;- MaterializeTupleTime(*): 1ms (1465282)&lt;BR /&gt;- ScannerThreadsSysTime: 2ms (2006000)&lt;BR /&gt;- ScannerThreadsUserTime: 6ms (6044000)&lt;BR /&gt;- ScannerThreadsVoluntaryContextSwitches: 14 (14)&lt;BR /&gt;- TotalRawHdfsOpenFileTime(*): 2ms (2488801)&lt;BR /&gt;- TotalRawHdfsReadTime(*): 816.29us (816287)&lt;BR /&gt;- TotalReadThroughput: 0 B/s (0)&lt;BR /&gt;- TotalTime: 10ms (10705486)&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 14:36:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/353646#M236765</guid>
      <dc:creator>coco</dc:creator>
      <dc:date>2022-09-29T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: impala slow query caused by scan node</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/353905#M236822</link>
      <description>&lt;P&gt;All other evidence being equal this scenario suggests very possible disk level problem on the slow host. You could try brute force and restart the Impala Daemon on that host or do some light diagnostics, like hdparm or fio, depending on how much time you want to invest.&lt;BR /&gt;host one&lt;BR /&gt;- RowsReturned: 52,115 (52115)&lt;BR /&gt;- RowsReturnedRate: 4868064 per second (4868064)&lt;BR /&gt;host 2&lt;BR /&gt;- RowsReturned: 52,319 (52319)&lt;BR /&gt;- RowsReturnedRate: 955 per second (955)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If these obvious disk checks don't show up anything useful , send full query profile of a fast query and the slow.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 21:53:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/353905#M236822</guid>
      <dc:creator>clev</dc:creator>
      <dc:date>2022-10-03T21:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: impala slow query caused by scan node</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/353913#M236824</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/15021"&gt;@clev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is 'RowsReturnedRate' data read from disk?&lt;/P&gt;&lt;P&gt;Compared to the fast 'HDFS Scanner Average Read Throughput' value of 988.1 MiB/s, the 'Threads: Network Receive Wait Time' value was slow at 59.5m, so I did not think it was disk I/O.&lt;BR /&gt;Don't you think it's the process of quickly reading from disk and sending it over the network?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 01:48:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/353913#M236824</guid>
      <dc:creator>coco</dc:creator>
      <dc:date>2022-10-04T01:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: impala slow query caused by scan node</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/354037#M236834</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I think Network time is a symptom of slow I/O...Note the&amp;nbsp;RowBatchQueueGetWaitTime, between the two scans...8ms in your fast scan, the slow is 56seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Notes onRowBatchQueueGetWaitTime:&lt;BR /&gt;Impala scanners internally have a RowBatch queue that allows Impala to decouple I/O from CPU processing. The I/O threads read data into RowBatches and put them into a queue, CPU threads asynchronously fetch data from the queue and process them.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;RowBatchQueueGetWaitTime is the amount of time CPU threads wait on data to arrive into the queue. Essentially, it means the CPU threads were waiting a long time for the I/O threads to read the data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 20:13:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/354037#M236834</guid>
      <dc:creator>clev</dc:creator>
      <dc:date>2022-10-04T20:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: impala slow query caused by scan node</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/354275#M236887</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/82575"&gt;@coco&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 20:58:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-slow-query-caused-by-scan-node/m-p/354275#M236887</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2022-10-07T20:58:43Z</dc:date>
    </item>
  </channel>
</rss>

