Re: psql is slow and it does not take much resources

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: psql is slow and it does not take much resources
Дата
Msg-id 1146777154.22037.59.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: psql is slow and it does not take much resources  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
On Thu, 2006-05-04 at 16:06, Jim C. Nasby wrote:
> On Thu, May 04, 2006 at 10:58:24PM +0200, Leif B. Kristensen wrote:

> > I know that there is one hard-wired limit due to the OID wrap-around
> > problem, at 2^31 commands in one transaction. But the practical limit
> > due to hardware resources is probably much lower.
>
> This has nothing to do with OIDs, and in fact I don't believe there's
> any intrinsic reason why you couldn't insert more than 2B records in a
> table with OIDs so long as you don't have a unique index defined on it.

But there is a truth there.  Most people are far more likely to be
limited by their machine's hardware than by the database at this point.

Of course, SOMEONE will find a way to hit the limit.

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: psql is slow and it does not take much resources
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: how can i view deleted records?