Re: PostgreSQL vs. Microsoft SQL server

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: PostgreSQL vs. Microsoft SQL server
Дата
Msg-id CDEED654-EDD1-4A7F-9005-827C4D6506FF@killerbytes.com
обсуждение исходный текст
Ответ на PostgreSQL vs. Microsoft SQL server  (Thomas Løcke <thomas.granvej6@gmail.com>)
Ответы Re: PostgreSQL vs. Microsoft SQL server  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-general
On May 1, 2010, at 12:47 PM, Thomas Løcke wrote:

> The
> sales-people all bang on about MSSQL being the superior choice, and
> PostgreSQL being a "toy compared to the Microsoft RDBMS".

This is complete bullshit.

I say that as someone who spent years using MS SQL Server, and who very much enjoyed using it, and who still likes it.
(ThoughI haven't used it much lately.) 

The high-level overview is that from a technical standpoint they are both excellent products, and I consider them very
muchcomparable for the databases I've done. They have some different specific strengths & weaknesses for sure. PG's
lockingscheme, MVCC, basically precludes certain specific optimizations that means a small number of very specific
queriesdon't perform as well, while at the same time it means that throughput with multiple simultaneous connections
scalesextremely well with multiple processors. 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Native DB replication for PG
Следующее
От: Greg Smith
Дата:
Сообщение: Re: PostgreSQL vs. Microsoft SQL server