adspace
What is the Maximum size for a table in PostgreSQL?
Answer Posted / Rajani Tripathi
The maximum size for a single table in PostgreSQL is limited by the operating system file size limits. However, there are ways to partition tables and use large objects (LOs) to work around these limitations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers