Increasing row size beyond 8k

Поиск
Список
Период
Сортировка
От Mitch Vincent
Тема Increasing row size beyond 8k
Дата
Msg-id 00db01bfc8b4$18f2d860$0300000a@doot.org
обсуждение исходный текст
Ответы Re: Increasing row size beyond 8k  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
    There was some talk a while back of changing the blocksize to 32k in
order to increase possible row size, I need to do this (and don't want to
screw anything up) but am unsure about how to go about it.. Is BLKSZ (if
that's even correct) simply a PG variable somewhere?

I see this in my LINT kernel configuration file (I'm using FreeBSD 4.0)

# BLKDEV_IOSIZE sets the default block size used in user block
# device I/O.  Note that this value will be overriden by the label
# when specifying a block device from a label with a non-0
# partition blocksize.  The default is PAGE_SIZE.
#
options         BLKDEV_IOSIZE=8192

That sounds like what I'm looking for and since it's set to 8k, looks like
what I'm looking for -- so would I be correct in changing this value and
re-compiling my kernel?

Thanks!!!

-Mitch




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

Предыдущее
От: Gunnar R|nning
Дата:
Сообщение: Re: [INTERFACES] Postgresql 7.0 JDBC exceptions - broken connecti ons ?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [SQL] aliases break my query