What is the Maximum size for a table in PostgreSQL?

Questions by RajivPrasad   answers by RajivPrasad

Showing Answers 1 - 16 of 16 Answers

bhawesh

  • Aug 6th, 2007
 

NO LIMIT

It depends on physical space avaliable with you.

  Was this answer useful?  Yes

Gowtham

  • Mar 21st, 2016
 

Hi , There is restriction in table size in PostgreSQL because we use 32-bit numbering to the files stored on OS for each and every table. i.,e 2 power 32 * max file size restriction of OS.

  Was this answer useful?  Yes

Manoj Yadav

  • Mar 8th, 2017
 

Maximum table size = 32 TB

  Was this answer useful?  Yes

sugandh

  • Jul 13th, 2017
 

Maximum Table Size 32 TB

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions