Re[6]: [HACKERS] \dt and disk access

Поиск
Список
Период
Сортировка
От Leo Shuster
Тема Re[6]: [HACKERS] \dt and disk access
Дата
Msg-id 7264e30d48a4d27098e61b6fd1cf7f4d
обсуждение исходный текст
Список 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 по дате отправления: