Interesting the approach to the slowing change dimension. Data storage nowadays are cheap, the time and price of engineering is a lot more expensive.
@ChristopherSlattery19806 жыл бұрын
Interesting talk. Nice to see a tech video where they display the slides as well as the speaker.
@boringmanager95594 жыл бұрын
wow, I started to understand those concepts so much better now
@ariesykes14323 жыл бұрын
Really interesting video! It definitely relates to what I am working on currently. I work in IT recruiting. I'm always looking for a data engineers for my jobs and this video helps me understand a little more about what data engineers have to face in their field. Thank you!
@VajoLukic5 жыл бұрын
It is such a fantastic talk! It summarizes all the good practices for modern data management and puts them into the right perspective so that "old school" BI/DW people can understand.
@millerblaine20473 жыл бұрын
i dont mean to be so off topic but does anyone know of a trick to log back into an Instagram account?? I stupidly lost the login password. I would appreciate any tips you can offer me!
@nhuwlaftooi Жыл бұрын
Really great talk! Help me to understand many new concepts
@cyclogenisis2 жыл бұрын
Overall not a bad presentation. Although, I do not think using Presto with 1 million per day snapshot on dimensions is viable (specifically out of box). Presto likes to put all joins onto the main fact into memory, modelling this way and using Presto isn't really in line with how it was meant to be used if your joining all the records each day. But in general, I do like the shift of keeping everything in dimensions if the technology allows for it. Edit: The Q&A section talked more to this, he adapted his answer to "apply common sense"
@karangupta_DE2 жыл бұрын
A persistent staging area might only be effective when there is one place where your raw data resides. For example if you stage your data on AWS S3 and then copy the data again to snowflake, you will end up having two places of storage with the same raw data.
@lbb2rfarangkiinok2 жыл бұрын
Talked a bout a lot of interesting stuff but I had a hard time really figuring out what is meant by functional engineering. Each individual topic was very clear for me, but not the red thread linking it all together.
@chinmayarankalle43892 жыл бұрын
Great efforts thanks @maxime
@striker8656 жыл бұрын
Awesome talk! Thanks for taking the time to share some best practices from top the talent!
@lambuth5 жыл бұрын
Great talk. And quite the resemblance to the singer from 311.
@Sowji.kilaruАй бұрын
Wondering if anyone can help with a question. Would this still be applicable to star schema model? If I snapshot all my dimensions and create date partition, should I add date to the primary key. That is surrogate key + date. This will be FK in fact table. Am not clear how date from each dimension table be linked in fact table.
@hgiagiamou6 жыл бұрын
Great talk!
@qwaszx8225 жыл бұрын
Thanks a lot for the video. I have a question. For modern datawarehouse solutions are there any other data models emerged apart from starschema, snowflake ?
@dragonfly44845 жыл бұрын
data vault and incremental approach are kind of emerging as norms in some quarters
@sspaeti6 жыл бұрын
Thanks for sharing your great knowledge with us again. One question about snapshotting let's say daily. What if multiple changes in dim_supplier happen, then you wouldn't catch these once. Would that just be a small tradeoff you would accept or would you have something else in mind to track that?
@mistercrunch6 жыл бұрын
If keeping track of intra-day changes is important I'd recommend denormalizing the dimension attribute into the fact table. Conceptually if some dimensional attributes are "flickering", meaning going back and forth and changing fairly often, it's pointing towards that attribute being logically attached to the fact and not to the dimension.
@kyosungchoo14365 жыл бұрын
I think you use changing history to catch this changing, then as Maxime Beauchemin, this changing history should be in fact table.
@allthatyouare10 ай бұрын
🤯
@marigoldx226 жыл бұрын
Maha Guru!
@borat_trades28604 жыл бұрын
honestly did not get much from this talk - pretty technical