加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

PostGIS/PostgreSQL vs. MySql vs. SQL Server

发布时间:2020-12-13 18:11:42 所属栏目:百科 来源:网络整理
导读:http://stackoverflow.com/questions/3743632/gis-postgis-postgresql-vs-mysql-vs-sql-server What database is best for the underlying data store for all this data? Here’s my desires: I’m familiar with the DBMS. I’m weakest with PostgreSQL,b

http://stackoverflow.com/questions/3743632/gis-postgis-postgresql-vs-mysql-vs-sql-server

What database is best for the underlying data store for all this data? Here’s my desires:

  • I’m familiar with the DBMS. I’m weakest with PostgreSQL,but I am
    willing to learn if everything else checks out.
    It does well with GIS
    queries. Google searches suggest that PostgreSQL + PostGIS may be the
    strongest? At least a lot of products seem to use it. MySql’s Spatial
    Extensions seem comparatively minimal? Low cost. Despite the 10GB DB
    limit in SQL Server Express 2008 R2,I’m not sure I want to live with
    this and other limitations of the free version. Not antagonistic with
    Microsoft .NET Framework. Thanks to Connector/Net 6.3.4,MySql works
    well C# and .NET Framework 4 programs. It fully supports .NET 4’s
    Entity Framework. I cannot find any noncommercial PostgreSQL
    equivalent,although I’m not opposed to paying $180 for Devart’s
    dotConnect for PostgreSQL Professional Edition. Compatible with R. It
    appears all 3 of these can talk with R using ODBC,so may not be an
    issue.

I’ve already done some development using MySql,but I can change if necessary

If you are interested in a thorough comparison,I recommend “Cross Compare SQL Server 2008 Spatial,PostgreSQL/PostGIS 1.3-1.4,MySQL 5-6” and/or “Compare SQL Server 2008 R2,Oracle 11G R2,PostgreSQL/PostGIS 1.5 Spatial Features” by Boston GIS.

Considering your points:

I’m familiar with the DBMS: setting up a PostGIS database on Windows is easy,using PgAdmin3 management is straight-forward too It does well with GIS queries: PostGIS is definitely strongest of the three,only Oracle Spatial would be comparable but is disqualified if you consider it’s costs Low cost: +1 for PostGIS for sure Not antagonistic with Microsoft .NET Framework: You should at least be able to connect via ODBC (see Postgres wiki) Compatible with R: shouldn’t be a problem with any of the three

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读