Re: PostgreSQL win32 fragmentation issue
От
Magnus Hagander
Тема
Re: PostgreSQL win32 fragmentation issue
Дата
Msg-id
6BCB9D8A16AC4241919521715F4D8BCEA0FD97@algol.sollentuna.se
Ответ на
Re: PostgreSQL win32 fragmentation issue (Tom Lane)
Список
Дерево обсуждения
PostgreSQL win32 fragmentation issue "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL win32 fragmentation issue jhaile@gmail.com
Re: PostgreSQL win32 fragmentation issue Martijn van Oosterhout <kleptog@svana.org>
Re: PostgreSQL win32 fragmentation issue "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL win32 fragmentation issue Alvaro Herrera <alvherre@commandprompt.com>
Re: PostgreSQL win32 fragmentation issue "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL win32 fragmentation issue "Gurjeet Singh" <singh.gurjeet@gmail.com>
Re: PostgreSQL win32 fragmentation issue "Andrew Dunstan" <andrew@dunslane.net>
Re: PostgreSQL win32 fragmentation issue "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL win32 fragmentation issue "Andrew Dunstan" <andrew@dunslane.net>
Re: PostgreSQL win32 fragmentation issue "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL win32 fragmentation issue "Andrew Dunstan" <andrew@dunslane.net>
Re: PostgreSQL win32 fragmentation issue "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL win32 fragmentation issue Mark Kirkwood <markir@paradise.net.nz>
Re: PostgreSQL win32 fragmentation issue Mark Kirkwood <markir@paradise.net.nz>
Re: PostgreSQL win32 fragmentation issue Tom Lane <tgl@sss.pgh.pa.us>
Re: PostgreSQL win32 fragmentation issue "Gurjeet Singh" <singh.gurjeet@gmail.com>
Re: PostgreSQL win32 fragmentation issue "Magnus Hagander" <mha@sollentuna.net>
Re: PostgreSQL win32 fragmentation issue Martijn van Oosterhout <kleptog@svana.org>
Re: PostgreSQL win32 fragmentation issue "Magnus Hagander" <mha@sollentuna.net>
Re: PostgreSQL win32 fragmentation issue "Simon Riggs" <simon@2ndquadrant.com>
Re: PostgreSQL win32 fragmentation issue "Merlin Moncure" <mmoncure@gmail.com>
Re: PostgreSQL win32 fragmentation issue Shane Ambler <pgsql@007Marketing.com>
Re: PostgreSQL win32 fragmentation issue "Matthew T. O'Connor" <matthew@zeut.net>
Re: PostgreSQL win32 fragmentation issue "Joshua D. Drake" <jd@commandprompt.com>
> > A related point comes to mind, consider the single > "tablespace" file > > for > > example: It may have no fragmentation from a *file* > perspective, but > > supposing you have several busy relations being inserted or updated > > then pages (or groups of pages) for these could be "fragmented" > > throughout the tablespace file. > > +1 ... what was said upthread sounds to me like those other databases > are just hiding the fragmentation issue within their > huge-files-you-can't-see-into. I would very much like to see > some proof of performance problems before we worry about this. Yes, they definitly do. That's why for exapmle SQLServer provides the commands "DBCC CHECKCONTIG" and "DBCC INDEXDEFRAG". Along with comments like this: "DBCC SHOWCONTIG determines whether the table is heavily fragmented. Table fragmentation occurs through the process of data modifications (INSERT, UPDATE, and DELETE statements) made against the table. Because these modifications are not ordinarily distributed equally among the rows of the table, the fullness of each page can vary over time. For queries that scan part or all of a table, such table fragmentation can cause additional page reads. This hinders parallel scanning of data." //Magnus
В списке pgsql-hackers по дате отправления