blobs

Поиск
Список
Период
Сортировка
От Steve Holdoway
Тема blobs
Дата
Msg-id 20070201104606.5ea9e44e.steve.holdoway@firetrust.com
обсуждение исходный текст
Ответы Re: blobs  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
Re: blobs  ("Chad Wagner" <chad.wagner@gmail.com>)
Список pgsql-admin
I'm got the enviable task of redesigning an MySQL based project from scratch. We need a proper rdbms for this project,
andI want to use PG 8.2. 

The table I'm concerned with at the moment have (currently) 5 million rows, with a churn of about 300,000 rows a week.
Thetable has about a million hits a day, which makes it the main potential bottleneck in this database. 

We need to store some large ( 0 -> 100kB ) data with each row. Would you recommend adding it as columns in this table,
giventhat blobs will be stored in the pg_largeobject table anyway, or would you recommend a daughter table for this? 

Any other suggestions on how to avoid performance problems with this table ( hardware is dual Xeon, 4GB mem, 2 hardware
raidchannels for storage + 1 for logs, all running debian 32 bit ). 

Cheers,

Steve

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: 8.1.3 Problem
Следующее
От: "Phillip Smith"
Дата:
Сообщение: Re: blobs