FastScan may return more data than expected #9118
Labels
affects-6.5
affects-7.1
affects-7.5
affects-8.1
component/storage
severity/moderate
type/bug
The issue is confirmed as a bug.
The actual rows of
table:TDRP
is about 1.3 billion, but the query with FastScan returns more than 2.6 billion.It is because logical split will share DMFiles, but table scanning with FastScan enabled will not filter these duplicate rows out.
The text was updated successfully, but these errors were encountered: