Hacker News new | ask | show | jobs
by fish_fan 3185 days ago
How is the JSON integration and geometry primitives? I had no idea it was competitive with postgres.
1 comments

"JSON" in SQL server is a set of functions layered on top of NVARCHAR(*) columns, so - about where PostgreSQL was when they first introduced the 'json' data-type.

Can't say I've investigated the geometry types, but at a glance they're functional (if uglier to work with).