Re[6]: [HACKERS] \dt and disk access - Mailing list pgsql-hackers

From Leo Shuster
Subject Re[6]: [HACKERS] \dt and disk access
Date
Msg-id 46e039e2d3a3c2db9972c8d80f1a5173
Whole thread Raw
List pgsql-hackers
>Can you remind me what heapsort does?
    It basically sorts an array by representing it as a binary tree,
    where each parent should be greater than either child.
    The performance of the worst case is considered O(NlgN).  If you
    have any data structures and algorithms book handy, there should
    be a blurp about the heap sort.

Leo

------------------------------

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: [HACKERS] [BUGS] DateStyle (fwd)
Next
From: John Robinson
Date:
Subject: [HACKERS] Case sensitivity in identifiers