Re: [Bizgres-general] Re: faster INSERT with possible - Mailing list pgsql-performance

From PFC
Subject Re: [Bizgres-general] Re: faster INSERT with possible
Date
Msg-id op.suldqocith1vuj@localhost
Whole thread Raw
In response to Re: [Bizgres-general] Re: faster INSERT with possible  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-performance

> I had in mind the extra tables that an application sometimes needs to
> operate faster. Denormalisations, pre-joined tables, pre-calculated
> results, aggregated data. These are not temporary tables, just part of
> the application - multi-user tables that stay across shutdown/restart.

    You could also add caching search results for easy pagination without
redoing always entirely on each page the Big Slow Search Query that every
website has...

pgsql-performance by date:

Previous
From: Simon Riggs
Date:
Subject: Re: [Bizgres-general] Re: faster INSERT with possible
Next
From: Matthew Schumacher
Date:
Subject: Performance problems testing with Spamassassin 3.1.0 Bayes module.