From: | Devrim GUNDUZ <devrim(at)commandprompt(dot)com> |
---|---|
To: | acemi nix <aceminix(at)gmail(dot)com> |
Cc: | pgsql-tr-genel(at)postgresql(dot)org |
Subject: | Re: oid hakkında |
Date: | 2006-02-28 12:03:51 |
Message-ID: | Pine.LNX.4.64.0602281357460.4208@evim.gunduz.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-tr-genel |
Merhaba,
On Tue, 28 Feb 2006, acemi nix wrote:
> 8.1 kullanyorum ve tablo olutururken oid li oluturmak isteyip
> istemediimi soruyor. oidler zamanla pgsqldan karlacak m yoksa
> tercihe mi braklacak ilerki srmlerde. Bide oid yi semezsez yine
> pgsql iden oid kullanp komutlarda bunu kullanmamz m engelleniyor,
> yoksa pgsqlda o tabloda oid kullanmyomu hi
Zamanla cikartilacak. 8.1 ile birlikte tablolar icin on tanimli hali
"hayir" oldu. Su anda bir tablo yaratirken
CREATE TABLE (
...
) WITH OIDS;
demeniz gerekiyor eger oid kullanmak isterseniz. Ancak...
PostgreSQL'de veriyi takip ederken -kesinlikle- Oid kullanmayin. Bir
sequence kullanin gerekirse. Oid'lerin yuksek yogunlukla transaction
gerceklestiren sistemlerde sorun cikartabilecegini unutmayin. Ayrica
vacuum sonrasi oid referanslarinizin kaybolabilecegini de unutmayin.
Saygilar.
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PL/php, plPerlNG - http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | acemi nix | 2006-02-28 18:42:48 | Re: oid hakkında |
Previous Message | Mehmet Uysal | 2006-02-28 09:43:48 | Re: auto increment |