adspace


How many rows can postgres handle?

Answer Posted / Ran Bahadur Singh

PostgreSQL doesn't have a strict limit on the number of rows that can be stored in a table, but it's best practice to keep tables under 2GB for optimal performance. If you need to store more data, consider partitioning or using external tables.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959