Re: PostgreSQL vs. Microsoft SQL server

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: PostgreSQL vs. Microsoft SQL server
Дата
Msg-id m2ocgz2uxq.fsf@hi-media.com
обсуждение исходный текст
Ответ на Re: PostgreSQL vs. Microsoft SQL server  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
Merlin Moncure <mmoncure@gmail.com> writes:

> On Sat, May 1, 2010 at 2:47 PM, Thomas Løcke <thomas.granvej6@gmail.com> wrote:
>> Anybody know of any recent comparisons made between the two?
>>
>> I'm in the process of buying a new telephony related software suite,
>
> if you are writing stuff in C/C++, doing significant coding INSIDE the
> database (pl/pgsql, C, etc) and/or think of the database as a self
> contained development environment, then postgresql is definitely the
> right choice.  our C interface (both libpq and internal) is excellent,
> variety of server side programming options is second to none, and
> postgres's flexible type system is fantastic and capable of doing all
> kinds of things that bend the rules of what a database is 'supposed to
> do'.

An specific example here would be the prefix_range data type that handle
indexing telephony routing queries. See it here:

  http://prefix.projects.postgresql.org/

Keep in mind you'll find other side projects along with PostgreSQL to
help you answer to your business needs. It's not just about which is
faster on some random benchmark but which helps you best doing your
work.

I know nothing about MSSQL, but another axe of analysis that I tend to
follow is the error management. PostgreSQL is very good on this point,
you really can trust your data to it.

Regards,
--
dim

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

Предыдущее
От: "justin@magwerks.com"
Дата:
Сообщение: Re: Am I supposed to be all scared of compound primary keys?
Следующее
От: "Sofer, Yuval"
Дата:
Сообщение: postgres crashes - could not reattach to shared memory