ITADN

Optionally use PostgreSQL row estimates

#2002Openbjornharrtell 创建于 2026-05-12
enhancement
B
bjornharrtellcommented
IncludeTotalResourceCount can be expensive since it will cause full table scan at least in PostgreSQL. PostgreSQL has row estimates that usually are correct and might work well for some uses. I would like suggest an option that will make use of the PostgreSQL estimated rows instead of real count.
4 条评论