for this cbo_push_down_distinct_limit=4096 is it e...
# questions-and-troubleshooting
j
for this cbo_push_down_distinct_limit=4096 is it expect to get different result from?
select distinct abc from def limit 1000
exact result is 544 rows but it return different result like 464,462 rows