(This article also published in my public number "dotnet daily Essence article", Welcome to the right QR code to pay attention to. )
Preface: As big Data becomes a buzzword, the technology associated with big data is becoming more and more hot, including the R language. And it is said that SQL Server 2016 will have built-in R language support?
The R language, as a long-established language, was rehash after big data stir. Microsoft, for its big data strategy, has also lost its chance to acquire R-language developer Revolution Analytics. One result of this acquisition is that SQL Server 2016 will have the R language built-in, which means that code written in the R language can be executed directly in SQL Server. Sharon Machlis The benefits of doing so in an article Computer world:
In order to use the R language to statistically analyze the data, you do not need to put the data out of the database; instead, you can put the R code in SQL Server to run it. This greatly reduces the time loss of the data read and the R language. In addition, this has eased the tension between database administrators and data scientists, since data scientists had to rely on the work of the database administrator to pull large amounts of data.
This article also gives you a visual understanding of how it works:
Original link: http://www.computerworld.com/article/2923214/big-data/sql-server-2016-to-include-r.html
SQL Server 2016 will have the built-in R language?