Re: Postgresql INSERT speed (how to improve performance)?

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Lim Berger" <straightfwd007(at)gmail(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Postgresql General List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql INSERT speed (how to improve performance)?
Date: 2007-08-14 07:51:04
Message-ID: 87lkcer1uf.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Lim Berger" <straightfwd007(at)gmail(dot)com> writes:

> Here's the table definition:
>
> Table "public.cachedstats"
> Column | Type | Modifiers
> -----------------------+-----------------------+------------------------------
> id | bigint | not null
> prof_name | character varying(20) | not null
> notes | text | not null
> inform_prof_on_change | character(1) | not null default 'N'::bpchar
>
> Indexes:
> "cachedstats_pkey" PRIMARY KEY, btree (id)
> "idx_cachedstats_unique_prof_name" UNIQUE, btree (alias)

What's "alias"?

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kristo Kaiv 2007-08-14 08:14:18 PgAdmin .sql default handler
Previous Message john_sm 2007-08-14 07:25:37 Enterprise Wide Deployment