| От | Tom Lane |
|---|---|
| Тема | Re: Does it exist a embedded server ? |
| Дата | |
| Msg-id | 9878.1069397772@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Does it exist a embedded server ? (Yannick Tailliez <yannickta@yahoo.com>) |
| Список | pgsql-novice |
=?iso-8859-1?q?Yannick=20Tailliez?= <yannickta@yahoo.com> writes:
> I would like to know if it exist, in Postgresql, the same possibility offer
> by Mysql with Embedded Mysql : Put the database server in the client, to have
> one binary with both the client and the server inside ?
Nope, and most of the PG developers think that such a thing would be an
actively bad idea. If you do that, any error in the client code has the
direct potential for corrupting the internal state of the database.
With a client/server model, the database has some chance of defending
itself, because it's not sharing an address space with client code.
Just because MySQL will do it doesn't make it a good idea ;-)
regards, tom lane
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера