YouSaid · the spoken record
Databricks Co-founder
- lines on the record
- 32
- first
- 2020-10-23
- most recent
- 2020-10-23
- sittings or episodes
- 1
- sources
- podcast
Every line below is reproduced as it was said and linked to the record it came from. Nothing here is summarised or generated. Directory · Search · Corrections
“And what we're going to do with it. So either we dump it somewhere or we throw it away. And I think no one wants to be that employee that threw away the data, especially when it's so cheap to store it. And the third thing I would do is I would make sure that this stack that you're building, the way you're laying it out, that it has machine learning and data science as first class citizen. Because that's a way actually to turn the data that we all had and we get business insights out of it. machine learning platforms didn't exist 15 years ago. So that probably will change quite a bit. I think the exact shape of the machine learning platform I don't think will look exactly the way it is today. But many of the ingredients are right.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Can't predict the future, but I'll tell you a few ingredients of it just make sense long term. If I'm an enterprise and I'm sitting there as a CIO or someone that's picking the data strategy, I would make sure that whatever I'm building is multi-cloud. There's a lot of innovation happening between the different cloud vendors. They have deep pockets and there is sort of an arms race there. So make sure that you have something that's multi-cloud. The second thing I would do is as much as possible try to base it on open standards and open source technology if possible that gives you the biggest flexibility that if the space again changes that you can sort of move things. Otherwise you find yourself being locked in to a technology stack the way you were locked into technologies from the 80s and 90s and 2000s. Storing all your data, dumping it first in raw format into a data lake is something that's going to remain that way because there's so much data that's being collected. You don't have time to figure out exact perfect schemas for it.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Well, I mean, the companies that are really succeeding with this stuff, I mean, take an Uber, they're doing predictions, and the predictions are the competitive advantage. You press within a second, it tells you what the price of the ride is, and it's basically simulated the ride, it basically knows what that meter is going to tell you after an hour ride with traffic conditions and everything. And it gives you exactly the right price, can't overpriced, can't underpric. It matches supply and demand of drivers with surge pricing. It can even put people in the same car to lower the cost. All of these are machine learning use cases. And those stacks, these are all companies that are 10 years old. They didn't exist. They don't have lots of legacy data warehouses and legacy systems. They built it custom for this use case. And it's a huge competitive advantage.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“I think it's hard in West Dinasia, it's easier because there's not lots of legacy. It's harder in the West because the enterprise is like, well, I have 40 years of technology that I've bought and I've installed. I have data in them. I've configured them. I need to make that work with what you're talking about and how do you fit the two together. Whereas if you're building it from clean slate, you can actually get it right more easily.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Good question. So that's the last mile. The BI itself typically uses something like JDBC, ODBC. And to make that really fast and snappy and work on top of the data, you need some capability that makes that possible. In the past, your only option there has been put in a data warehouse and then attach your BI tool to it. I'm claiming that with the Lake House pattern that we're seeing and with some of those technological breakthroughs with those technologies I mentioned, you can connect your BI tool directly now on that data lake.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Yeah, I mean, that would be the first step of this, right? I talked about training immediately. But the really hardest part really is to take that data that's not sitting in the data lake. And first step of it is sort of building the pipelines that create, featurizes it, and gets it in the right shape and form so that you can start doing machine learning on it. So that's step number one. And then, you know, after that, you start training the models to orchestrate that automatically and make that workflow just happen. you need software that does that. So that's definitely like the first mile in the ML platform.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Yeah, so it's different from different organizations today, unfortunately. The serving part sometimes is owned by IT and the creating of the models happens by data scientists that sit and line a business. And there is a friction in those organizations because IT operates differently at a different wavelength than from the data scientists. But the machine learning platform needs to span both. If it doesn't, you're basically not going to get the full value out of the machine learning sort of work that you're doing”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Well, I think this actually goes from training the ML model. So actually featurizing it, creating a model that can do the predictions, tracking the results, make sure that you can actually make them reproducible and you can start actually sort of reasoning about them to moving it into production, which is the hardest part. Moving against into production where you can actually serve it inside products. So that's the job of the machine.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Step number three, you need some kind of interactive data science environment where you can actually start interactively working on your data and get insights of it. Typically people have notebook-based solutions where they can iterate with notebooks. Typically there's things like Spark under the hood and they're interactively processing their data and getting insights from it. And that's really important because a lot of data science in organizations ends up not being advanced machine learning. It just ends up being, okay, so we have this data coming in from our products or from our devices or whatever it is. We have to massage it, get in a good form, and we need to get some basic insights out of it. If you want to get into the predictive game, you need a machine learning platform. And there are now these machine learning platforms that are emerging. Many of them are proprietary and you find them inside the companies. You can read about them, but you can't get your hands on one. And there are lots of startups building them, right?”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“That's the first landing place. If you don't do that, you're actually going to go back a decade or two in the evolution. Because if you don't put in a data lake, then you have to immediately decide what schema you're going to have. And that's hard to get right from the beginning. So the good news with the data lake is you don't have to decide the schema. Just dump it there. Step number two, you need to build...”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Exactly. So, obviously, trying to do something on prem makes absolutely no sense at this point. And when you're building that cloud native architecture, don't try to replicate what you had in the past on-prem. Don't think of it as big clusters that are going to be shared by users. One big change that happens in the cloud that on-prem vendors don't think of often is that the networks in the cloud are invisible. So any two machines can communicate at full speed. And it can also communicate to the storage system, to the data lake at full speed. This was not the case on-prem. So things like Hadoop and so on, they had to optimize where you put the data and the computation has to be close to the data and all that. So you move it into the cloud. Typically you have data flowing in from some of your systems. That depends on what kind of business you're in. But you have IoT devices or you have something from your web apps. Sometimes it goes to streaming sort of queuing systems, whether it's a Kafka, whatever they're called, it goes into those.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“You get hired into a big company, I'll spend the next five years fighting political battles on who owns which part of the stack and which technology are we going to get rid of and if this technology doesn't fit this one and how does it so there's a lot of org chart and human and process problems but let's say I get in there and they say you guess I have it his way”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Talk through what you actually think a modern data stack looks like. We talked to a whole bunch of folks and it seems like there's definitely a best practices stack forming, but very, very few people know what it looks like. Let's say you got hired Ali, you decide to have a new job as a VP of data for whatever, and you were to build a data infrastructure that does both analytics and it does AIML. Like what product category, again, not specific products, but product categories would you use.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“I'm kind of saying provocatively is that in some sense all of the batch data that's out there is potential use case for streaming. I think the stream processing systems have been too complicated to use but actually under the hood they take care of a lot of data ops that people are doing manually today. I would love”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“On because it's harder to understand or explain, but it might be the biggest benefit out of streaming systems, which is it takes care of all the data operations for you. So if you don't have a real-time streaming system, you have to deal with things like, okay, so data arrives every day. I'm going to take it in here. I'm going to add it over there. Well, how do I reconcile? What if some of that data is late? I need to join two tables, but that table is not here. So maybe I'll wait a little bit and I rerun it again. And then maybe once a week I rerun the whole thing from scratch just to make sure everything is consistent in some sense. All the ATL that people are doing today and all the data processing that they're doing today could be simplified if you actually turn it into a streaming case because the streaming engines take care of the operationalization for you. You don't have to worry anymore. Did this data arrive late? Are we still waiting on it? Is it inconsistent? They'll take care of all that.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“There's the latency and the speed and how fast you can get this stuff. That's one side of the equation, and that's what everybody focuses on. And oftentimes when we ask the business leader, hey, so what kind of latency would be okay with you? Like, what are you okay with? They'll say, oh, I don't know, I mean, we want it to be super fast. Like every five minutes, every 10 minutes, and you can accomplish that with batch systems. Or sometimes they say every half an hour. Half an hour is fine, but we want it to be as recent as half an hour. And then when you dig into, wouldn't you want it to be even faster? It turns out that streaming systems, the weakest link will dictate the latency. So there'll be some upstream process that has nothing to do with the system that you're putting in place. And if that upstream link, if that one place for you loading the data in or something, if that's coming in every half an hour, it doesn't matter how fast the rest is. I think the actual latency, this obsession with we need it in less than five milliseconds. For most use cases, you don't have though. There's another side of the equation, which people don't focus.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Feels like, especially in data, there's always kind of the trend de jure that everybody's excited about, but like, you're not ever really sure if the market's real or not. And people have been saying this a lot for real time and streaming use cases. And so it's very clear that people want to process data at different time speeds. Batch, we know, is a very large market, which is like, listen, you've got a bunch of data. You want to do a whole bunch of processing. And then, you know, it's stored somewhere else and you do some queries. And then there's more and more people are talking about streaming analytics. That means that actually as a stream comes in, you do the queries before it hits disk. I sit in pitches basically as a full-time job. A lot of the things motivating the streaming use case is seeing a little contrived.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Yeah, so it turns out there's two APIs you need. One is the data frame API that will enable all the data science and machine learning. And then you can build a SQL layer on top of it. And there's nothing that really gets in the way of making this as performant as the state of the art fastest MPP engines out there. So the same tricks that you apply to get speedups. You can apply the same tricks now because you're actually dealing with the structured data.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Get that, like putting structure on top of a blob store or whatever, but you still need a query layer, right? Building a query engine that's super fast that can like respond to analytical queries is, I mean, there's entire companies that do that”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Yes, I actually think you can get all the way there. The data lakes are Bob source, big, large, you know, cheap storage, but kind of data swamps. Turns out there's some recent technological breakthroughs that show you how you can basically turn them into a structured relational storage system. And the way you do that is you build basically transactionality into these data lakes. Once you have that, you can now start adding things like schemas on top of them. Once you add schemas on top of them, you can add quality metrics. And once you have that, you can start reasoning about your data as structured data in tables instead of data that's just files.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Okay, so let's actually ask that specific question because even though the AIML is a large market with a lot of value, there's a ton of existing workflow around BI. So you've got all the dashboarding and all the tools that are based on SQL for data warehouse, but then you also have folks that want to interact with the data very quickly, which is they'll use something like a clickhouse or a druid in order to do that in OLAP. Olapp stands for online analytical processing. It's effectively a fast data face that supports fast queries. And then you've got more traditional batch processing, which normally folks have thought about Spark, but you're saying that you think that you can combine all of these things in the same data lake, including OLAP query loads.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Get what you're saying about the data warehouse, but there's a lot more than just the data sitting in a data warehouse. And I'm just trying to grock. Like you still have this entire world of data and SQL and ETL. Is there a dissonance there or do they stay two worlds or like what happens?”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“So interestingly, I think the answer is no, because there is a widespread data science API, what has emerged as lingua franca for the data scientists data frames. A data frame essentially is a way where you can take your data and you can turn it into tables and you can start to inquiries on it. And that sounds a lot like SQL, but it's not because it's actually built with programming language support. So you can do that in programming languages like Python or R, which enables you to do data science. So now your data is in sort of tables. And that's great. It turns out you can now also build SQL on top of data frames. So you can get sort of a marriage between the world of data science and machine learning and the world of BI and data analytics using data frames.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“That's interesting if you ask because we actually tried that at UC Berkeley. There was a research project, and that research project tried to basically look at, is there a way we can take an existing relational model and augment it with machine learning? And after five years, what they realized is that it's actually really hard to bolt on on top of these systems machine learning and data science. And the reason is a little bit technical. It just has to do with the fact that these are iterative recursive algorithms that continue improving the statistical measure until it reaches a certain threshold and they stop. That's hard to implement on top of data warehousing. So if you look at the papers that were published out of that project, the conclusion was we have to really hack it hard and it's not going to be pretty. If you're thinking of the relational COD model as it was with SQL on top of it, it's not sufficient for doing things like deep learning and so on.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“You talk to some folks that come from the traditional analyst side, they'll say, you know, AI and ML is cool, but if you really look at what they're doing, they're just doing simple regressions. Why don't we just use the traditional model of data warehouses with SQL, and then we'll just extend SQL just to do basic regressions, and we have 99% of the use cases.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“We have machine learning engineers, we have machine learning scientists. The personas are different, and it sits in a different place in the organization. And those people have different backgrounds, and they have different requirements on the products they're using today.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Well, there are big similarities and there are big differences. And let's start with the similarities. Roughly the same data is needed for both. There's no doubt when it comes to AI and machine learning, a lot of the secret sauce, you get those really great results or predictions comes with augmenting your data with additional metadata that you have. In some sense, so you have the same data, and you're asking analytical questions. The only difference is one is backwards looking, one is future-looking. But other than that, a lot of it is the same. And you want to do the same kind of things with the data. You want to sort of prepare it. You want to have it so that you can make sense of it. If you have structural problems with your data, that actually causes also problems for machine learning, actually. The difference is today is that it's lighter business test typically is doing AI and data science or hardcore R&D. Whereas data warehousing and BI oftentimes sits in IT. Users of the data warehouse and the BI tools are data analysts, business analysts. In the case of machine learning, we have data science.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Would love to tease apart a few things that have led us here. This is very clearly a large existing data warehouse market around BI Analytics. And, you know, it's typified by people using SQL on structured data. I seem like the MLA AI use case is a little bit different than the analytics use case, right? The analytics use case, it's normally human beings that are looking at dashboards and making decisions where the MLA use case, you're creating these models and those models are actually put into production and they're part of the product. They're doing pricing. They're doing fraud detection. They're doing underwriting, et cetera. The analytics market is an existing buying behavior, an existing customer, and MLAI is an emerging market. And so the core question is, are we actually seeing the emergence of multiple markets or is this one market?”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“In the last two, three years, there's some really interesting technological breakthroughs that actually now are enabling a new kind of design pattern. We refer to it as the lake house. And the idea is, what if you could actually be able to do BI directly on your data lake? And what if you could do your reporting directly on your data lake and you could do your data science and your machine learning straight up on the data lake?”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Big boxes that you had to buy and the coupled storage and compute became really expensive to scale them up and down. And the third thing was people wanted to do more and more machine learning in AI on these data sets. They saw that we can ask future looking questions. Which of my customers is going to churn? Which of my products are going to sell? Which campaigns should I be offering to who? So then the data lake came about 10 years ago. And the idea was here's really cheap storage, dump all your data here, and you can get all those insights. And it turns out just dumping all your data in a central location, it's hard to make sense out of that data that's sitting there. And as a result, what people are doing now is they're taking subsets of that data, moving it into classic data warehouses in the cloud. So we've ended up with architectural mess that's inferior to what we had in the 80s, where we have data in two places, in Data Lake and in the data warehouse, where the staleness and the recency is not great.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Kind of started in the 80s business leaders were kind of flying blind not knowing how the business were doing waiting for finance to close the books and this data ware housing paradigm came about where they said look we have all this data in these operational data systems why don't we just get all that data and we take it out of all of these systems transform it into a central place let's call it the data warehouse and then we can get business intelligence on that data And it was just a major transformation because now you could have dashboards, you could know how your product is selling by region, by SKU, by geography, and that itself has created at least a $20 billion market that has been around for quite a few decades now. But about 10 years ago, this technology started seeing some challenges. One, more and more data types like video and audio started coming about, and there's no way you can store any of that in data warehouses. Second, they were on-prem.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source
“Hi and welcome to the A16Z podcast. I'm Das Data Data Data It's long been a buzzword in the industry whether big data, streaming data, data analytics, data science, even AI and machine learning. But data alone is not enough. It takes an entire system of tools and technology to extract value from data. A multibillion dollar industry has emerged around these data tools and technologies and with so much excitement and innovation in this space it raises the question how exactly do all these tools fit together. This podcast featuring Ali Goatzi, the CEO and founder of Databricks, explores the evolution of data architectures, including some quick history, where they're going and a surprising use case for streaming data, as well as Ali's take on how heat architect the picks and shovels that handle data end to end today.”
2020-10-23 · a16z Podcast · Data Alone Is Not Enough: The Evolution of Data Architectures · IDENTIFIED FROM THE TRANSCRIPT · source