Re: limits?
От
Tino Wildenhain
Тема
Re: limits?
Дата
Msg-id
48606ECF.1020709@wildenhain.de
Ответ на
Re: limits? (Thomas Kellerer)
Список
Дерево обсуждения
limits? "Kynn Jones" <kynnjo@gmail.com>
Re: limits? Steve Atkins <steve@blighty.com>
Re: limits? Mark Roberts <mailing_lists@pandapocket.com>
Re: limits? "Kynn Jones" <kynnjo@gmail.com>
Re: limits? Tom Lane <tgl@sss.pgh.pa.us>
Re: limits? Robert Treat <xzilla@users.sourceforge.net>
Re: limits? "Rodrigo E. De León Plicet" <rdeleonp@gmail.com>
Re: limits? Thomas Kellerer <spam_eater@gmx.net>
Re: limits? Tino Wildenhain <tino@wildenhain.de>
Re: limits? "Joshua D. Drake" <jd@commandprompt.com>
Thomas Kellerer wrote: > Steve Atkins wrote on 23.06.2008 20:21: > > In real use you're unlikely to hit any limits, theoretical or practical, > > I imagine that the 1GB column-value limit is something that could be > reached though. Especially for BLOB (aka bytea) or CLOB (aka text) columns. No, since they are stored out of band (toast tables). For *lob there is a lob type which stored the data completely separate, not to be confused with bytea and text (varchar). Tino.
В списке pgsql-general по дате отправления