more than one index in a single heap pass?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: more than one index in a single heap pass?
Date: 2009-07-14 19:33:14
Message-ID: 4A5CDD7A.3080101@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I was just wondering idly today if we could usefully build a number of
indexes at the same time in a single pass over the heap, or could it be
that we wouldn't gain much? I haven't even got around to thinking about
any syntax for it.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey V. Karpov 2009-07-14 19:35:28 improvements for dict_xsyn extended synonym dictionary
Previous Message Alvaro Herrera 2009-07-14 19:33:10 Re: WIP: Deferrable unique constraints