Counting rows in big tables is known to be slow in PostgreSQL. The MVCC model requires a full count of live rows for a precise number.
確定! 回上一頁