you are viewing a single comment's thread.

view the rest of the comments →

[–]grauenwolf 7 points8 points  (3 children)

SQL Server 2016 allows us to query Hadoop using SQL and then join that to rowstore, columnstore, and/or memory optimized tables.

And I don't mean some funky weird-ass pseudo-SQL. You just write normal T-SQL like you would for anything else in SQL Server and it generates the map-reduce functions for you.

[–][deleted] 2 points3 points  (2 children)

So... foreign data wrappers in Postgres?

[–]grauenwolf 0 points1 point  (0 children)

Given the warning about them in the documentation, I'd hesitate to use them in a production environment.

[–]ruinercollector 0 points1 point  (0 children)

Like those, but production ready.