Polybase in SQL Server 2016

242 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 answers

0
Vikash 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.