With mysql I know how much space a row will take, based on the datatype of it columns. I also (approximately) know the size of indexes. Is there a way to know that in postgresql?
Is there a way to pack (compress) data, as with myisampack for mysql? Thank you ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend