Postgres vs MSSQL

preview_player
Показать описание
#sqlserver #sql #dba #database #azure #microsoft #tips #brentozar #pollgab #computerscience #computerconsulting #database #databaseadministrator #careergoals #spanishsubtitles #Postgres #Postgressql

10:32 Justin: Besides price, is PostgreSQL miles ahead of SQL Server?
Postgres vs MSSQL
Рекомендации по теме
Комментарии
Автор

For me Range indexes are great in Postgres. I’m glad MsSql also added partition tables.

keyboard_g
Автор

Fully integrated sql language is a huge advantage for db logic. The fact that you can use user_id() and other internal functions in sqlserver at any time during ddl, dql, or dml makes it a no-brainer for choice. Cross-table constraints checks, views with built-in checks... huge plusses for data integrity and business logic. As far as price point is concerned, you can operate on the express version for up to 10gb until you are revenue generating, after which you can operate a standard license relatively inexpensively.

I think you pay the price for the lack of features in postgres with complexity due to having to install and manage databases that require extra external configuration, and external business logic to make your data work the way you need it to.

weneedtogoback