Re: in memory views - Mailing list pgsql-performance

From Thomas Vatter
Subject Re: in memory views
Date
Msg-id 4461B899.4030502@network-inventory.de
Whole thread Raw
In response to Re: in memory views  (Tino Wildenhain <tino@wildenhain.de>)
Responses Re: in memory views  (Tino Wildenhain <tino@wildenhain.de>)
Re: in memory views  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-performance
Tino Wildenhain wrote:

> Thomas Vatter schrieb:
>
>> is there a possibility for creating views or temp tables in memory to
>> avoid disk io when user makes select operations?
>
>
> No need. The data will be available in OS and database caches if
> they are really required often. If not, tune up the caches and
> do a regular "pre select".
>
> Regards
> Tino
>
>

hmm, I am selecting a resultset with 1300 rows joined from 12 tables.
with jdbc I am waiting 40 seconds until the first row appears. The
following rows appear really fast but the 40 seconds are a problem.

regards
tom


pgsql-performance by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: in memory views
Next
From: Tino Wildenhain
Date:
Subject: Re: in memory views