Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA23554; Wed, 6 May 92 15:37:23 -0700
Date: Wed, 6 May 92 15:37:23 -0700
Message-Id: <9205062237.AA23554@postgres.Berkeley.EDU>
From: postgres@mailhost.cs.pdx.edu (Postgres Account)
Subject: Index & buffer
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu



Dear Postgres group,

I got a couple of questions, I would appreciate your help.

1. I executed a join query without any index defined, and then executed the 
   same query after defining indice. The problem is the latter one is much
   slower then the first one. What are the reasons? Does the postgres support
   clustered index? What kind of join algrithm is used in case of with index
   defined and without index defined, if the number of tuples are quite 
   large.

2. What is the size of postgres's buffer size. Is the buffer shared by
   users, transactions, queries, or relations?

thanks in advance

