Indexing - comparison of tree structures

Поиск
Список
Период
Сортировка
От Sascha Kuhl
Тема Indexing - comparison of tree structures
Дата
Msg-id CAPvVvKAYfTXDgYzNSHxoMEBTyxLMFEem_Dn7m5qAgqVZ7knBUA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Indexing - comparison of tree structures  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-hackers
Hi,

I compared two data structures realistically by time, after estimating big O. T-tree outperforms b-tree, which is commonly used, for a medium size table. Lehmann and Carey showed the same, earlier.

Can you improve indexing by this?

Understandably

Sascha Kuhl
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ajin Cherian
Дата:
Сообщение: Re: Zedstore - compressed in-core columnar storage
Следующее
От: David Rowley
Дата:
Сообщение: Re: Top-N sorts in EXPLAIN, row count estimates, and parallelism