estimate Index size

Поиск
Список
Период
Сортировка
От sangeetha
Тема estimate Index size
Дата
Msg-id 1467790502200-5910738.post@n5.nabble.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Paul A Jungwirth
Дата:
Сообщение: Re: Possible to create canonicalized range type without being superuser?
Следующее
От: Christian Castelli
Дата:
Сообщение: Re: Avoid deadlocks on alter table