dbTalk Databases Forums  

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

comp.databases.postgresql.admin comp.databases.postgresql.admin


Discuss Disk space nescessary for PK creation on 70 mln records table? in the comp.databases.postgresql.admin forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sebastian
 
Posts: n/a

Default Disk space nescessary for PK creation on 70 mln records table? - 07-23-2004 , 02:54 AM






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.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.