Re: [HACKERS] Current TODO list

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [HACKERS] Current TODO list
Дата
Msg-id Pine.LNX.4.04.9905180653010.3493-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Current TODO list  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Current TODO list  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, 17 May 1999, Bruce Momjian wrote:

> ENHANCEMENTS
> ------------
> * Large objects
>     * Fix large object mapping scheme, own typeid or reltype(Peter)
>     * Allow large text type to use large objects(Peter)
>     * not to stuff everything as files in a single directory

Hopefully when my workload eases (mid june ish) I'll be able to tackle
these again in earnest.

>     * -delete orphaned large objects(Peter)

As I missed the 6.5beta deadline, I put the solution into contrib/lo

> * -Fix tables >2G, or report error when 2G size reached(Peter)
>     (fix lseek()/off_t, mdextend()/RELSEG_SIZE)

This was done (twice if I remember). The tables now split at 1G. This
opened a new problem that vacuum can't handle segmented tables. I have the
general idea of how to fix this, but again it's time that's the problem.

peter

--       Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] v6.5 release ToDo
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: spinlock freeze again