Re: reindex vs. drop index , create index

From: "Henrik Steffen" <steffen(at)city-map(dot)de>
To: "Neil Conway" <neilc(at)samurai(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: reindex vs. drop index , create index
Date: 2003-02-21 15:46:35
Message-ID: 031001c2d9c0$6a0eac90$7100a8c0@henrik
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


hello,

I am currently using 7.3.1 -- planning to upgrade soon....

sorry, I didn't save nor log the exact error message.

using a SuSE Linux with kernel 2.4.20

--

Mit freundlichem Gruß

Henrik Steffen
Geschäftsführer

top concepts Internetmarketing GmbH
Am Steinkamp 7 - D-21684 Stade - Germany
--------------------------------------------------------
http://www.topconcepts.com Tel. +49 4141 991230
mail: steffen(at)topconcepts(dot)com Fax. +49 4141 991233
--------------------------------------------------------
24h-Support Hotline: +49 1908 34697 (EUR 1.86/Min,topc)
--------------------------------------------------------
Ihr SMS-Gateway: JETZT NEU unter: http://sms.city-map.de
System-Partner gesucht: http://www.franchise.city-map.de
--------------------------------------------------------
Handelsregister: AG Stade HRB 5811 - UstId: DE 213645563
--------------------------------------------------------

----- Original Message -----
From: "Neil Conway" <neilc(at)samurai(dot)com>
To: "Henrik Steffen" <steffen(at)city-map(dot)de>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>
Sent: Friday, February 21, 2003 7:40 AM
Subject: Re: [GENERAL] reindex vs. drop index , create index

> On Thu, 2003-02-20 at 12:03, Henrik Steffen wrote:
> > a few weeks ago I turned to REINDEXing my tables instead of DROPping and
> > reCREATEing them.
> >
> > now, however, I again have problems when VACUUMing or REINDEXing these
> > tables. Postgres states that the connection has been lost etc.
>
> Can you provide the exact error message, as well as the version of
> PostgreSQL you're using and any relevant OS version details.
>
> Also, it sounds like PostgreSQL might be dumping core. If that's the
> case, providing a backtrace from the core file (using gdb) would be
> helpful. It would be especially helpful if you could recompile
> PostgreSQL with debugging symbols (./configure --enable-debug) and get a
> backtrace after that.
>
> Cheers,
>
> Neil
> --
> Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Murtagh 2003-02-21 16:07:21 Slow update - index problem?
Previous Message Stephan Szabo 2003-02-21 15:45:20 Re: type casting a subselect as an interval