Re: faster or ..... ????

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



1) mmm... create table x as object doesn't seem to be a valid statement.... You can create types, or use arrays. But I think you don't need (neither want) that... 
2) (which one is faster?) I'm not sure what are your plans for this tables. How many rows are you trying to insert into address for each ID? do you need to search for address? As a programmer, I definitly wouldn't do something like the first option (using arrays) except that I'm positibly sure that I will ALWAYS (no exception) retreat all address everytime I need an "id" record and they are not too many for each id. And I (or my bosses) will never want to look people for address. As a dba, I would kill that programmer.
3) My english s*cks too.

-----Mensaje original-----
De: pgsql-admin-owner@xxxxxxxxxxxxxx
[mailto:pgsql-admin-owner@xxxxxxxxxxxxxx]En nombre de dedy
Enviado el: jueves, 06 de octubre de 2005 1:55
Para: pgsql-admin@xxxxxxxxxxxxxx
Asunto:  faster or ..... ????


Hii all,
I eould like to asking about creating table in postgres
here is the
1> can postgres do such things like this one?
  # create table address as object(address varchar(100), post(6));
  # create table id (id integer not null primary key,
                     name char(100),address); 

now i will
compare with this one >>
# create table id (id integer not null primary key, name char(100));
# create table address (id integer not null references id,
                       address varchar(100), post(6)); 

which is most faster??? 

Thank you very much for all your kind to answer my question
and my english is so bad isn't? 

Dedy Styawan
Semarang

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux