Re: (wtf) Top 20 Open Source Software Projects in the Enterprise
В списке pgsql-advocacy по дате отправления:
| От | Greg Smith |
|---|---|
| Тема | Re: (wtf) Top 20 Open Source Software Projects in the Enterprise |
| Дата | |
| Msg-id | Pine.GSO.4.64.0707241629080.9785@westnet.com обсуждение |
| Ответ на | Re: (wtf) Top 20 Open Source Software Projects in the Enterprise ("Jonah H. Harris" <jonah.harris@gmail.com>) |
| Список | pgsql-advocacy |
On Tue, 24 Jul 2007, Jonah H. Harris wrote: > At this point in time, I don't believe you can use anything but MyISAM > for the catalog tables. So, I imagine it would be possible to logically > corrupt a system if DDL was occurring at the exact point of a crash. They work around this the old-fashioned MySQL way, with lots of locks. See http://forge.mysql.com/wiki/MySQL_Internals_Data_and_meta-data_locking For example, this is their ALTER TABLE internal workflow: " * open and lock table with TL_WRITE_ALLOW_READ * create an altered copy of the table with a temporary name * force and wait until all instances of table are closed (lock upgrade!) * swap the new and old versions * drop the old version" -- * Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD
В списке pgsql-advocacy по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера