Concurrent read from a partition table.

Поиск
Список
Период
Сортировка
От hyelluas
Тема Concurrent read from a partition table.
Дата
Msg-id 1310430691812-4577154.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: Concurrent read from a partition table.  (Chetan Suttraway <chetan.suttraway@enterprisedb.com>)
Список pgsql-general
Hello,

I’m having a problem with concurrent processing.
2 queries are accessing the same parent table  that have 24 partitions.
I see “shared lock is not granted “ for one of them on one of the children
while the other query is running.

Does the “ select from a parent table” make a  lock on  the children?

How I can change it?
The one of the queries runs hourly ( 8 min) on the server , the other one
can be run by a user , and a few users can run the same query.

Thank you.
Helen


--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Concurrent-read-from-a-partition-table-tp4577154p4577154.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

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

Предыдущее
От: "Matthew Byrne"
Дата:
Сообщение: Accidentally truncated pg_type
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Interesting article, Facebook woes using MySQL