Polybase in SQL Server 2016

262 Views Asked by At

Just wondering if Polybase functionality in SQL Server 2016 would allow to search non-relational database. We use TRIM for our document management system. Would upgrading to SQL Server 2016 allow us to then search the TRIM documents?

Thanks

1

There are 1 best solutions below

0
On

SQL Server 2016 Polybase engine allows you to join relational data with non-relational data. You can bring in non-relational data from Hadoop clusters to SQL Server and vice versa. Hence I suppose you should be able to search the TRIM documents.