Re: Rationale for aversion to the central database?

Поиск
Список
Период
Сортировка
От Ray Cote
Тема Re: Rationale for aversion to the central database?
Дата
Msg-id CAG5tnzqN1mQTFpg7Cs79y1vFAhnBNGDVWC9OgnpmYzYd8akSDA@mail.gmail.com
обсуждение исходный текст
Ответ на Rationale for aversion to the central database?  (Guyren Howe <guyren@gmail.com>)
Ответы Re: Rationale for aversion to the central database?  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
Maintaining your database logic in version control and versioning the deployed code can be a bit problematic. 

Conversely, providing a standardized pgsql module through which data is updated and retrieved can help standardize access logic across multiple languages and libraries. 

And I concur that database portability is a thing people like to discuss, but rarely occurs. 
Portability is important for general ORM tools, less so for corporate projects (there are always exceptions). 

Like any tool, needs to be used wisely. 
I've worked on a project that has 10s of thousands of lines of business logic in the database and it makes perfect sense for that environment. 
--Ray



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

Предыдущее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: Rationale for aversion to the central database?
Следующее
От: Thomas Poty
Дата:
Сообщение: algo for canceling a deadlocked transaction