Re: When does CLUSTER occur?
От
Kevin Grittner
Тема
Re: When does CLUSTER occur?
Дата
Msg-id
20121129195517.69330@gmx.com
Список
Дерево обсуждения
When does CLUSTER occur? "Schnabel, Robert D." <schnabelr@missouri.edu>
Re: When does CLUSTER occur? Ryan Kelly <rpkelly22@gmail.com>
Re: When does CLUSTER occur? Jeff Janes <jeff.janes@gmail.com>
Re: When does CLUSTER occur? "Schnabel, Robert D." <schnabelr@missouri.edu>
Re: When does CLUSTER occur? Mike Christensen <mike@kitchenpc.com>
Re: When does CLUSTER occur? Shaun Thomas <sthomas@optionshouse.com>
Re: When does CLUSTER occur? Mike Christensen <mike@kitchenpc.com>
Re: When does CLUSTER occur? Jeff Janes <jeff.janes@gmail.com>
Re: When does CLUSTER occur? Shaun Thomas <sthomas@optionshouse.com>
Re: When does CLUSTER occur? Mike Christensen <mike@kitchenpc.com>
Re: When does CLUSTER occur? Igor Neyman <ineyman@perceptron.com>
Re: When does CLUSTER occur? Serge Fonville <serge.fonville@gmail.com>
Re: When does CLUSTER occur? Serge Fonville <serge.fonville@gmail.com>
Igor Neyman wrote: > As for MS SQL, here is how it implements clustering: > The index on which the table is clustered actually becomes a > "physical holder" (for the lack of better term) of the table, > meaning the complete table tuples are stored in the leaf blocks > of the index it is clustered on. There is no other place in the > database where they are stored physically. Right, in a SQL Server clustered table the data row is stored in the leaf level of the clustered index, and in PostgreSQL we don't store tuple visibility information within any index; so we would have a fair amount of work to do before we could use a similar approach. -Kevin
В списке pgsql-general по дате отправления
От: Stefan Keller
Дата: