|
|
|
|
|
by shadowmint
2611 days ago
|
|
> sql to write etl in will drastically reduce the amount of work needed to write etl. :) My experience with writing an ETL in SQL is that it is almost never, quick, easy, correct or easy to test, and also almost always denormalized, or unconstrained (dimensonal keys which aren't 'real' foreign keys, just numbers so you can parallelize the data inserts and updates without constraint errors). So... your milage may vary with that. It's most certainly not true that writing any kind of ETL that uses SQL saves time in all cases. |
|