Re: what is the impact of Database size on Performemce

From: "HumanJHawkins" <JHawkins(at)HumanitiesSoftware(dot)Com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: what is the impact of Database size on Performemce
Date: 2004-03-30 21:09:10
Message-ID: Wllac.7914$Dv2.545@newsread2.news.pas.earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Avner" <avnera(at)cvdo(dot)com> wrote in message
news:tSjac(dot)16658$xb(dot)714(at)newssvr27(dot)news(dot)prodigy(dot)com(dot)(dot)(dot)
> I need some information to understand what is the impact of Database size
on
> the performemce.
>
<CUT>
> 1. Is there any impact?

In queries that make use of the data, yes.

> 2. Does one very large table impact the performence of the the whole DB,
> meaning the overall performence and access the other tables.

Essentially no.

> 3. What are the ways to reduce the impact of the DB size on the DB
> performence

DB size is so low on the radar of performance issues, that I think it is
basically worth ignoring. If your database is so big that it fills the drive
it is on, that could slow the whole system down as the page file has to get
chunked up. But for all reasonable scenereos, you are much better off
focusing on reducing the number of calls that are required to get work done,
and improving the efficiency of your functions and procedures.

Cheers!

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Manuel Sugawara 2004-03-30 21:33:03 Re: tweaking scan.l
Previous Message Juan Miguel 2004-03-30 20:32:44 Deleting a database