Re: Anyone for SSDs?
От | Jeff Janes |
---|---|
Тема | Re: Anyone for SSDs? |
Дата | |
Msg-id | AANLkTi=x0eayUs1wfYmjLne1D4-zk64eK8=6aGxwVgOd@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Anyone for SSDs? ("Joshua D. Drake" <jd@commandprompt.com>) |
Список | pgsql-hackers |
On Fri, Dec 10, 2010 at 3:13 PM, Joshua D. Drake <jd@commandprompt.com> wrote: > > Actually, the only (that I know of) optimized for sequential access code > we have would be for the xlogs. And even that is more of a book-keeping simplification, rather than an optimization. You have to know where to find the logically next (in a PG sense) record. If the logically next record is not right after (in a file system sense) the previous record, then where is it and how do you find it? If you really wanted to make it non-sequential, you could, with a substantial amount of work. But why would you want to? On spinning rust, you might want to try leap-frogging the platter, but that is never going to be generalizable to different work-loads, much less different hardware. Cheers, Jeff
В списке pgsql-hackers по дате отправления: