Indexing array columns.
От
Joshua Marsh
Тема
Indexing array columns.
Дата
Msg-id
38242de90511210814p62c88ad4w2a316b3fd1c7569f@mail.gmail.com
Список
Дерево обсуждения
Indexing array columns. Joshua Marsh <icub3d@gmail.com>
Re: Indexing array columns. Joe Conway <mail@joeconway.com>
I've been searching the manual looking for information about the effects of indexing an array column but haven't found any information as of yet.
Does anyone have any information on how the indexes work for arrayed columns?
Does/Can the index track each element in the array, or does it track only the array as a whole?
How can I increase the speed of a query like: SELECT * FROM table WHERE 123 = ANY(array_of_ints); ?
Thanks,
Josh
Does anyone have any information on how the indexes work for arrayed columns?
Does/Can the index track each element in the array, or does it track only the array as a whole?
How can I increase the speed of a query like: SELECT * FROM table WHERE 123 = ANY(array_of_ints); ?
Thanks,
Josh
В списке pgsql-admin по дате отправления