Re: Anyone for SSDs?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Anyone for SSDs?
Дата
Msg-id 1292022803.3319.59.camel@jd-desktop
обсуждение исходный текст
Ответ на Re: Anyone for SSDs?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Anyone for SSDs?  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On Fri, 2010-12-10 at 15:08 -0800, Josh Berkus wrote:
> > I believe that PostgreSQL was been developed and optimized for
> > sequential access. To get full advantage of SSDs its necessary to
> > rewrite almost the whole project - there are so much code written with
> > the sequential mechanism in mind.
> 
> You can believe whatever you want, that doesn't make it true.

Or more productively.

Actually, the only (that I know of) optimized for sequential access code
we have would be for the xlogs. All of the page writing within the
cluster would be random, as would all logging outside of the WAL itself.

Sincerely,

Joshua D. Drake

-- 
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt



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

Предыдущее
От: Hamza Bin Sohail
Дата:
Сообщение: would hw acceleration help postgres (databases in general) ?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Anyone for SSDs?