Re: about lob(idea)

Поиск
Список
Период
Сортировка
От Martín Marqués
Тема Re: about lob(idea)
Дата
Msg-id 5564ED2F.2030901@2ndquadrant.com
обсуждение исходный текст
Ответ на about lob(idea)  (alex2010 <alexeysedov1982@gmail.com>)
Ответы Re: about lob(idea)  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgsql-hackers
El 25/05/15 a las 06:13, alex2010 escribió:
>  Maybe it makes sense to add ability to store large objects in the same table space as the table. 
> Or an opportunity - to specify table space for a large object.
> Do you have anything in todolists about it? 

This is something which has popped up on me more than once when giving
talks about storing files in PostgreSQL (last PgDay Argentina there was
quite a debate about it, particularly when bringing up the bytea <-> LO
comparison). The concerns the people exposed had different end goals.

One of the main concerns was the fact that all LO live in a common
catalog table (pg_largeobjects).

If the LO were stored per-database, with a some alike schema as
pg_largeobjects, then they could be placed on any tablespace available,
and even get dumped on a normal DB dump, which makes administration much
simpler.

Cheers,

-- 
Martín Marqués                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: ERROR: MultiXactId xxxx has not been created yet -- apparent wraparound
Следующее
От: Arjen Nienhuis
Дата:
Сообщение: Run a test instance from the source directory