简体   繁体   中英

Why does the query optimizer use decimals for estimated number of rows?

I'm analyzing a bad performing query. I've looked for an Index Seek node which is generating a high IO. I'm assuming this is due to usage of low cardinality index, because estimated number of rows is far from the actual number of returned rows. My question is why the Query Optimizer shows the estimated number of rows in decimal notation such as 2216,86 ?

因为可能它内部使用了浮点数进行所有计算?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM