delete performance is extremely slow

Поиск
Список
Период
Сортировка
От surabhi.ahuja
Тема delete performance is extremely slow
Дата
Msg-id 8626C1B7EB748940BCDD7596134632BE3986AA@jal.iiitb.ac.in
обсуждение исходный текст
Ответы Re: delete performance is extremely slow  (Alan Hodgson <ahodgson@simkin.ca>)
Список pgsql-general
I am using postgresql 8.0.0
 
i have 4 tables a, b, c, d.
with foreign key constraints.
between table b and a
between c and b
and between d and c
 
I am doing delete from a
 
the total number of rows in table a is around 10
table b is around 20, similarly table c has around 20.
table d however has arounf 10,00000
 
delete from a is taking so long . So i just stopped it.
what is going wrong
 
thanks,
regards
Surabhi
 
 
 
 

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [ADMIN] Is there anyway to...
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: delete performance is extremely slow