Re: Recursive Arrays 101

Поиск
Список
Период
Сортировка
От Harald Fuchs
Тема Re: Recursive Arrays 101
Дата
Msg-id 8737wxbowl.fsf@hf.protecting.net
обсуждение исходный текст
Ответ на Recursive Arrays 101  (David Blomstrom <david.blomstrom@gmail.com>)
Список pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:

> I always wonder whether it's more efficient to aggregate this path
> using an array rather than a varchar. Mainly because representing the
> numbers as varchars will require more memory than as integer, but then
> I don't know the overhead of an array structure and whether appending
> to an array doesn't actually copy it.

If you go that direction, you're not far away from the ltree extension
(which might also be a solution for the OP's problem).

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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: Service not starting on Ubuntu 15.04
Следующее
От: Lasse Westh-Nielsen
Дата:
Сообщение: Re: Service not starting on Ubuntu 15.04