InterviewSolution
Saved Bookmarks
| 1. |
What is the Maximum size for a table in PostgreSQL? |
|
Answer» EVEN though PostgreSQL has UNLIMITED DATABASE size for users, but it has a LIMIT for maximum table size. The maximum table size is set to 32 TB. Note: This is very essential PostgreSQL interview questions. |
|