Re: degradation in performance

Поиск
Список
Период
Сортировка
От Martin Knipper
Тема Re: degradation in performance
Дата
Msg-id 4150115E.3080307@mk-os.de
обсуждение исходный текст
Ответ на degradation in performance  ("Alain Reymond" <alain.reymond@ceia.com>)
Список pgsql-sql
Am 21.09.2004 13:27 schrieb Alain Reymond:

> 
> Do you have any idea how I can improve speed - apart from splitting 
> the table every 2 or 3 years which is the the aim of a database!
> 

Drop the index before you insert the data and recreate it afterwards.
Use the "copy from ..." command instead of "insert into".

Greetings,

Martin


-- 
Martin Knipper
www  : http://www.mk-os.de
Mail : knipper@mk-os.de



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

Предыдущее
От: "Alain Reymond"
Дата:
Сообщение: degradation in performance
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: degradation in performance