Unsolved
This post is more than 5 years old
2 Posts
0
2406
December 11th, 2013 20:00
How to find out table Size in HAWQ
How to find out table Size in HAWQ?
No Events found!
Unsolved
This post is more than 5 years old
2 Posts
0
2406
December 11th, 2013 20:00
How to find out table Size in HAWQ?
Top
Mercy_Ponnupand
23 Posts
0
December 12th, 2013 02:00
Did you try
SELECT pg_database_size('dbname'); or SELECT pg_size_pretty(pg_database_size('dbname'));
gopivotal
2 Posts
0
January 16th, 2014 13:00
Here is the SQL:
select pg_size_pretty(pg_relation_size('