Re: some questions in postgresql developping

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: some questions in postgresql developping
Дата
Msg-id 603c8f070912071908y1e6fc86bq8f2d49238ab1e1d5@mail.gmail.com
обсуждение исходный текст
Ответ на some questions in postgresql developping  (黄晓骋 <huangxclife@gmail.com>)
Список pgsql-hackers
2009/12/7 黄晓骋 <huangxclife@gmail.com>:
> I’m a student from Nankai University in China. Now I and my team do a
> project which aims to integrate XML to Postgresql. What I do is to complete
> the function of XML Update.
>
> Now I’m researching in concurrency control. I have read the code about the
> concurrency control for a long time and I’m confident that I know it much.
> But I am puzzled that why we need to lock tuple. I think locking transaction
> is sufficient. I don’t think the tuple lock is good at improving executing
> rate or anything.

The purpose of locking is to preserve correct semantics in the face of
concurrent activity, not to improve execution speed.  The reasons why
tuple locking is necessary should be covered in any introductory
database textbook.

...Robert


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: YAML
Следующее
От: Robert Haas
Дата:
Сообщение: Re: bug: fuzzystrmatch levenshtein is wrong