Re: Why does this query write to the disk?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Kevin Grittner" <Kevin.Grittner@xxxxxxxxxxxx> writes:
> http://wiki.postgresql.org/wiki/Hint_Bits


On Thu, Sep 18, 2008 at 2:13 PM, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
freezing old tuples 
hash join was spilling out to temp files

Since this was a new table and the writes to the table's disk were very large it was probably the hint bits.

The small table was about 1300 rows and my work_mem was 100MB so the writes to the main disk probably was not hash spillage.  They were tiny, so I'm not worried about  them.

Thanks very much,
Nik

[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux