support for hyper-long transactions ...

Поиск
Список
Период
Сортировка
От Hans-Juergen Schoenig
Тема support for hyper-long transactions ...
Дата
Msg-id 555FDCB5-97B4-4752-A936-AEE6B82C7697@cybertec.at
обсуждение исходный текст
Ответы Re: support for hyper-long transactions ...  (Heikki Linnakangas <heikki@enterprisedb.com>)
Re: support for hyper-long transactions ...  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-hackers
at the moment i am working on an application which is supposed to run extremely large transactions (a lot of server side stored procedure stuff which can hardly be split into small transactions for visibility reasons).
so, from time to time it happens that i exceed my CommandCounter (> 2.000.000.000 statements inside the same transaction).

my idea is: how about adding a configure option to compile postgres with a 64 bit command counter. this would allow larger transactions for special purpose applications while it would not have an impact on normal applications.

comments are welcome ...

best regards,

hans


--
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26, 2700 Wiener Neustadt
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Windows and locales and UTF-8 (oh my)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: support for hyper-long transactions ...