Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good place to start learning data warehousing? [closed]

I am interested in learning more about data warehousing. I see terms like "dimension", "snowflake schema" and "star schema" thrown about. Where would one start in learning about this stuff? Are there good books or Internet resources?

ETL is in this space too right?

like image 726
Jordie Avatar asked Jul 10 '09 11:07

Jordie


People also ask

How long does it take to learn data warehouse?

How Long Does It Take to Learn Data Warehousing Techniques? Learning data warehousing can take as little as one week for those with a background in IT development, while those with little to no background in tech can take up to seven months to learn data warehousing.

Is data warehouse hard?

Unfortunately, as you might imagine, the manipulation of the data itself and the creation of multiple data copies for different purposes at different levels in the data warehouse architecture has resulted in a very complex system that is incredibly difficult, time-consuming and expensive for organizations to create and ...


1 Answers

Wikipedia's resources on Data Warehousing are good.

Reading any of Ralph Kimball's books, such as "The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling "

Yes, ETL is in this space.

You may also be interested in Column oriented databases.

Vertica have a blog with a few posts regarding how they're often better for what data warehouses are used for. For example "Reflections on the Kimball Data Warehouse "Bible": Time for a New Testament?" and "The Truth About MPP & Data Warehousing"

like image 170
Stephen Denne Avatar answered Oct 20 '22 17:10

Stephen Denne