Re: Index Anding

From: "Hiltibidal, Robert" <Robert(dot)Hiltibidal(at)argushealth(dot)com>
To: "Andrew Sullivan" <ajs(at)crankycanuck(dot)ca>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Index Anding
Date: 2007-01-31 16:39:14
Message-ID: A6C93EF9812C8346A8E8BD6AE573E52D055B96F1@ARG-EXVS01.corp.argushealth.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

This is excellent information

Thank you!

-----Original Message-----
From: Andrew Sullivan [mailto:ajs(at)crankycanuck(dot)ca]
Sent: Wednesday, January 31, 2007 9:53 AM
To: Hiltibidal, Robert; pgsql-sql(at)postgresql(dot)org
Subject: Re: Index Anding

You probably want to take these questions to the -general list, or
-admin, in future. That said. . .

On Wed, Jan 31, 2007 at 08:56:21AM -0600, Hiltibidal, Robert wrote:
>
> Does postgres provide for index anding?

Yes. See
<http://www.postgresql.org/docs/8.2/static/indexes-bitmap-scans.html>.
You don't need to do anything special.

> How does postgres handle tablespaces? I currently have my indexes
going
> to one table space with my data going to a different table space. Is
> this possible in postgres?

Yes. See
<http://www.postgresql.org/docs/8.2/static/manage-ag-tablespaces.html>

> Does postgres provide 64 bit support? If so is there a precompiled 64
> bit version for AIX? I have the 32 bit GCC and can compile 32 bit. 64
> bit GCC I have not gotten stabilized. (I cold use a tip in that
> direction if anyone lese has experienced similar issues)

I know we've managed to get it to work using gcc, but I haven't had
to do it in a while (ask on -general or -admin, I suggest). More
important is to make sure you tell the compiler to use all the
memory. For reasons that are completely beyond my ken, AIX imposes a
memory limitation on every program at compile time. There are some
hints about this in the FAQ_AIX.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
When my information changes, I alter my conclusions. What do you do
sir?
--attr. John Maynard Keynes

PRIVILEGED AND CONFIDENTIAL
This email transmission contains privileged and confidential information intended only for the use of the individual or entity named above. If the reader of the email is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any use, dissemination or copying of this email transmission is strictly prohibited by the sender. If you have received this transmission in error, please delete the email and immediately notify the sender via the email return address or mailto:postmaster(at)argushealth(dot)com(dot) Thank you.

Browse pgsql-sql by date

  From Date Subject
Next Message Ezequias Rodrigues da Rocha 2007-01-31 19:49:37 Re: Log, Logs and more Logs
Previous Message Andrew Sullivan 2007-01-31 15:52:48 Re: Index Anding