estimate Index size - Mailing list pgsql-general

From sangeetha
Subject estimate Index size
Date
Msg-id 1467790502200-5910738.post@n5.nabble.com
Whole thread Raw
List pgsql-general
Hi All,
I want to calculate bytes taken for a record before inserting it into table.
Now I am doing bulk inserts into table with 200 records using PQputCopyData.
Before inserting 200 records, I want to verify if the size of DB is
sufficient for that insertion. I think for that I have to calculate record
size + index size for each record *before insertion*.

 Please guide on this.

Thanks and Regards,
S.Sangeetha



--
View this message in context: http://postgresql.nabble.com/estimate-Index-size-tp5910738.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Paul A Jungwirth
Date:
Subject: Re: Possible to create canonicalized range type without being superuser?
Next
From: Christian Castelli
Date:
Subject: Re: Avoid deadlocks on alter table