Re: Performance Issues

Поиск
Список
Период
Сортировка
От M.Feldtmann@t-online.de (Marten Feldtmann)
Тема Re: Performance Issues
Дата
Msg-id 3A5D6113.86CD1A8C@toppoint.de
обсуждение исходный текст
Ответ на Performance Issues  ("John Menke" <john@eagleinfosystems.com>)
Список pgsql-general

> John Menke schrieb:
>
> I am in the design phase of a new database that contains one very long
> thin table.  Are there any peformance issues with index lookups to a
> table like this if table becomes extremly long?  Lets say hundreds of
> thousands to millions of records...  Remember, the table only has one
> column.
>
> Another question.  If the size of data in this record were to vary
> greatly, would that have an impact on performance?
>
>

 insert and updates times may grow linear if you've indices,
otherwise selects will be pretty stable.

 Marten

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

Предыдущее
От: Tod McQuillin
Дата:
Сообщение: Re: where to host??
Следующее
От: "Boris Pran"
Дата:
Сообщение: Re: win1250 encoding troubles