Re: The Last Optimization - Mailing list pgsql-php

From Christopher Kings-Lynne
Subject Re: The Last Optimization
Date
Msg-id 20020907132546.M42335-100000@houston.familyhealth.com.au
Whole thread Raw
In response to The Last Optimization  ("Areski Belaid" <areski5@hotmail.com>)
List pgsql-php
You'll have to post your complete schema and the actual queries you are
runing that are so slow.  Postgres can easily handle such large tables, so
there's probably more improvements you can make to the speed.

Chris

On Fri, 6 Sep 2002, Areski Belaid wrote:

> I have a huge table with 14 field and few million of data...
> My application Php/Pg start to be impossible to use.
>
>     Redhat 7.3
>     Dual PIII 900Mhz System
>     2GB RAM
>
> I did already a some optimization optimization :
>
>     max_connections = 64
>     shared_buffers = 32000
>     sort_mem = 64336
>     fsync = false
>                         ---
>     echo 128000000 > /proc/sys/kernel/shmmax
>
>     also Vaccum,analyze and Index
>
>                         ---
>
>     This optimization was enough at the beginning but NOT now with some
> million of instance.
>
>     So WHAT I CAN DO ??? USE ORACLE ???
>
>     I Think maybe to split my mean table to different table Mean_a Mean_b
> ... Mean_z ???
>     IF it's the way someone where I can find doc or help about howto split
> table ???
>
>     I M lost !!! ;)
>
>
>
> Areski
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-php by date:

Previous
From: "Areski Belaid"
Date:
Subject: The Last Optimization
Next
From: arun kv
Date:
Subject: Error"Unable to connect to PostgresSQL server: connectDBStart()"