Re: Beyond the 1600 columns limit on windows
От
Alex Stapleton
Тема
Re: Beyond the 1600 columns limit on windows
Дата
Msg-id
F4CA9DB7-9BAF-457F-B569-E4E010654FAA@advfn.com
Ответ на
Re: Beyond the 1600 columns limit on windows (Scott Marlowe)
Список
Дерево обсуждения
Beyond the 1600 columns limit on windows "Evandro's mailing lists (Please, don't send personal messages to this address)" <listasjr@gmail.com>
Re: Beyond the 1600 columns limit on windows Richard Huxton <dev@archonet.com>
Re: Beyond the 1600 columns limit on windows Tino Wildenhain <tino@wildenhain.de>
Re: Beyond the 1600 columns limit on windows Alex Stapleton <alexs@advfn.com>
Re: Beyond the 1600 columns limit on windows Tino Wildenhain <tino@wildenhain.de>
Re: Beyond the 1600 columns limit on windows Scott Marlowe <smarlowe@g2switchworks.com>
Re: Beyond the 1600 columns limit on windows Alex Stapleton <alexs@advfn.com>
Re: Beyond the 1600 columns limit on windows Bruno Wolff III <bruno@wolff.to>
Re: Beyond the 1600 columns limit on windows Tom Lane <tgl@sss.pgh.pa.us>
Re: Beyond the 1600 columns limit on windows "Evandro's mailing lists (Please, don't send personal messages to this address)" <listasjr@gmail.com>
Re: Beyond the 1600 columns limit on windows Richard Huxton <dev@archonet.com>
Re: Beyond the 1600 columns limit on windows Tino Wildenhain <tino@wildenhain.de>
Re: Beyond the 1600 columns limit on windows Tom Lane <tgl@sss.pgh.pa.us>
Re: Beyond the 1600 columns limit on windows merlyn@stonehenge.com (Randal L. Schwartz)
Re: Beyond the 1600 columns limit on windows "Evandro's mailing lists (Please, don't send personal messages to this address)" <listasjr@gmail.com>
Re: Beyond the 1600 columns limit on windows Richard Huxton <dev@archonet.com>
Re: Beyond the 1600 columns limit on windows "John D. Burger" <john@mitre.org>
Re: Beyond the 1600 columns limit on windows "Jim C. Nasby" <jnasby@pervasive.com>
Re: Beyond the 1600 columns limit on windows "Evandro's mailing lists (Please, don't send personal messages to this address)" <listasjr@gmail.com>
Re: Beyond the 1600 columns limit on windows Tino Wildenhain <tino@wildenhain.de>
Re: Beyond the 1600 columns limit on windows Chris Travers <chris@travelamericas.com>
On 8 Nov 2005, at 16:06, Scott Marlowe wrote: > On Tue, 2005-11-08 at 09:45, Tino Wildenhain wrote: > >> Alex Stapleton schrieb: >> >>> >>> On 8 Nov 2005, at 12:50, Tino Wildenhain wrote: >>> >>> >>>> Evandro's mailing lists (Please, don't send personal messages >>>> to this >>>> address) schrieb: >>>> >>>> >>>>> Hi guys, >>>>> I would like to know if it is possible to have more than 1600 >>>>> columns on windows without recompiling postgres. >>>>> >>>>> >>>>> >>>> I would like to know who on earth needs 1600 columns and even >>>> beyond? >>>> Hint: you can have practically unlimited rows in your n:m table :-) >>>> >>>> >>> >>> Well this screams random arbitrary limit to me. Why does this limit >>> exist? What ever happened to the holy 0,1,infinity triumvirate? >>> >> >> I guess it eases implementation and there is no reason to go so high >> on columns either. The limit could even be lower w/o and hurts but >> 1600 seems skyrocket high enough (read unlimited :-) >> > > I'd have to vote with Tino here. Why worry about an arbitrary > limit you > should never really be approaching anyway. If a table has more than > several dozen columns, you've likely missed some important step of > normalization. Once you near 100 columns, something is usually > horribly > wrong. I cannot imagine having a table that actually needed 1600 or > more columns. > > And, Evandro, nothing is free. If someone went to the trouble of > removing the limit of 1600, we'd probably pay in some other way, most > likely with poor performance. There are other, far more important > features to work on, I'd think. > Oh wait, PG is written in C isn't it. I guess fixed size things are a bit easier to deal with. Pardon me then :)
В списке pgsql-general по дате отправления
От: Evandro's mailing lists (Please, don't send personal messages to this address)
Дата:
Сообщение: Re: Beyond the 1600 columns limit on windows