Y
Hacker News
new
|
ask
|
show
|
jobs
by
reed1
3179 days ago
Compare that with creating a table right from csv file (using fdw) in postgres without importing data. Very neat
1 comments
greggyb
3179 days ago
Polybase does this for SQL Server and is the recommended way to.load data into Azure SQL DW.
link
reed1
3179 days ago
Looks good, setup is quite a hassle. but still not as straightforward as postgres file fdw
link