Disk space nescessary for PK creation on 70 mln records table?

Поиск
Список
Период
Сортировка
От swanio@poczta.fm (Sebastian)
Тема Disk space nescessary for PK creation on 70 mln records table?
Дата
Msg-id 28988069.0407222354.f84d44b@posting.google.com
обсуждение исходный текст
Список pgsql-admin
Hi there,

Can someone estimate disk space nescessary for PK creation on 70 mln records table?

table:

create table some_table (
  col_one char(10) not null,
  col_two smallint not null,
  col_three bool not nul default false
);

PK should be created on "col_one" column.

Also, how much time it can take (on a low-end machine)?

Txh & regards

Sebastian.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Negyesi Karoly
Дата:
Сообщение: replication and linux-ha?
Следующее
От: "Goulet, Dick"
Дата:
Сообщение: Re: please please please PLEASE help!