Re: how can i use SELECT to find a substring of a column's

From: Dennis Gearon <gearond(at)fireserve(dot)net>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: JoshuaF <user5234b(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: how can i use SELECT to find a substring of a column's
Date: 2003-09-13 22:21:48
Message-ID: 3F63987C.20709@fireserve.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton wrote:

>You'll really need to run some tests. If there are lots of updates your
>biggest problem will be disk I/O - plenty of fast SCSI disks and a raid
>controller with battery-backed write cache will help there. The performance
>list is the place to get more details.
>If you do lots of reading but few updates, then plenty of RAM is good.
>
>
What's this about battery backud up write caches? In the disk sub system
or in the main system memory architecture? Can it be added to the PC
platform? How does the OS know when it reboots to not wipe that cache
and how to assign it to the correct processes in Postgres?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2003-09-13 22:51:46 Re: how can i use SELECT to find a substring of a
Previous Message elein 2003-09-13 21:23:25 Re: I need examples of stored procedures returning datasets