Skip to main content
Apache Parquet

Apache Parquet

SoftwareWikipedia

Search complete. 105 mentions across 20 episodes found for "Apache Parquet".

Sep 18, 2026

Alexey GrigorevHOST
11:50
JSON events, I just dump them to S3 and then I run Presto on top of that.
Alexey GrigorevHOST
11:55
Do I already have a lake house or there is more to lake house? Or let's say I take this JSON and convert it to Parquet.
Alexey GrigorevHOST
12:03
Is it already a lake house or not yet? Like where does a lake house, what is actually a lake house and where does it start?
Sahil WaliaGUEST
12:10
Okay, sounds good.
Sahil WaliaGUEST
12:15
Yeah.
Sahil WaliaGUEST
12:15
So when you ask that question, let's think through it.
Sahil WaliaGUEST
12:18
What you are describing is a file storage, right? Parquet.
Sahil WaliaGUEST
12:23
Although Parquet is very rich in metadata, it has...
Rishi SapraGUEST
45:32
This is another compression technology that's columnular as well." Um, could we actually just build the entire VertiPaq engine into Park...
Rishi SapraGUEST
45:41
against Parquet files? And then we don't need to actually do all the transformations.
Rishi SapraGUEST
45:45
You don't need to go and convert your data, like with the tabular VertiPaq engine analysis services.
Rishi SapraGUEST
45:51
Analysis services is its own layer, right? So you need to convert data from whatever spreadsheets, CRM systems, whatever that data's coming into, you need to convert, bring it, refresh your semantic model, and bring your data into there.
Rishi SapraGUEST
46:06
You could do Direct Query, but you know, that's, that's horrible, right? [laughs] But if you're not...
Rishi SapraGUEST
46:11
If you're doing import mode, you need to g- refresh your semantic model, which will take all the data, bring it in compression, and bring it into the semantic model.
Rishi SapraGUEST
46:18
But actually, if your data coming into this layer is in delta format already, in, in Parquet, which is just Parquet files with a delta log, then you don't need to do that anymore.
Rishi SapraGUEST
46:28
You don't need to go and transform your data because Power BI could read directly against those Parquet files, and actually it still has the same similar level of com- columnular compression, and therefore performance.
Eugene MeidingerHOST
27:17
And it wasn't until I had to do some training that included some Fabric stuff, and until last year I actually had, you know, my first Fabric thing that a lot of this started to click.
Eugene MeidingerHOST
27:26
But for anyone out there who's in a similar boat, I would say, like, learn about Parquet files and the whole delta lake kind of thing.
Eugene MeidingerHOST
27:34
Understand what a lakehouse is, and have a peripheral awareness of some of these pieces.
Eugene MeidingerHOST
27:40
But I think that'll help you the point that you decide to switch, maybe learn a little bit of Python.
Gunnar MorlingGUEST
1:30
Yes, exactly right.
Gunnar MorlingGUEST
1:31
So, um, I mean, first of all, what is it? It's a library for reading and also writing Apache Parquet files, and I guess we should talk about what Parquet even is.
Gunnar MorlingGUEST
1:41
But yes, um-
Adam BienHOST
1:42
A- and, and why you got the idea to do such a thing?
speaker_0HOST
10:18
This week brings several new sub-minor cluster image versions across Debian, Rocky Linux, and Ubuntu.
speaker_0HOST
10:25
Key updates in these images include Apache Hudi 1.2.0 support in 3.0 images, Parquet footer caching enabled by default for the Lightning Engine using Velux, and Apache Iceberg 1.10 support in 2.2 images.
speaker_0HOST
10:43
The Lakehouse catalog also supports autoloading for image versions 2.2 and later.
speaker_0HOST
10:49
There is a breaking change to watch out for.
Michael KennedyHOST
0:00
How many files does your query read before it reads any data? On some data lakes, you go through JSON and metadata files first just to learn which Parquet files actually matter.
Michael KennedyHOST
0:10
Duck Lake asks one SQL question instead.
Michael KennedyHOST
0:13
The metadata lives in a real database.
Michael KennedyHOST
0:15
The data stays in plain Parquet.
Michael KennedyHOST
0:18
That's the entire format.
Michael KennedyHOST
0:19
Pedro Holanda joined DuckDB in 2018 when it was still a research prototype at CWI.

39 MINS LATER

Michael KennedyHOST
39:07
They've worked with databases, they've worked with APIs, and they've worked with storage like S3.
Michael KennedyHOST
39:12
But the general idea, I guess maybe the Iceberg original idea was, well, what if we could just use all of S3 for scaling? Think how scalable that is.
Brad ShimminHOST
2:14
If folks on the call are not familiar with them, they really should check out this company and spate of products.
Brad ShimminHOST
2:22
Mitch and I have spoken about them before in regards to the work that I do for our Futurum Signal and how important it's been for me to use like DuckDB on top of Parquet files to basically stand up an RDF style basic graph that I can use to say, this is the truth.
Brad ShimminHOST
2:43
This is what company owns which products.
Brad ShimminHOST
2:46
Kind of important things.
Brad ShimminHOST
3:06
Yeah, exactly.
Brad ShimminHOST
3:07
So what they're going to do is basically embed DuckDB's vectorized query engine inside of their storage tier.
Brad ShimminHOST
3:14
So basically you can get like on top of S3, like sub second, you know, really cheap query, you know, a query path across, you know, our beloved Parquet files and Apache Iceberg.
Brad ShimminHOST
3:27
So it's a great acquisition.
Dumky de WildeHOST
13:38
Um, and Lens is interesting 'cause basically there is a core extension in DuckDB, uh, for the Lens file format.
Dumky de WildeHOST
13:46
There is obviously extensions for Parquet, for Iceberg as well.
Dumky de WildeHOST
13:49
So DuckDB, and this is the mechanism that they're describing in this article, DuckDB is the great way actually to combine all of these into one place.
Dumky de WildeHOST
14:02
And so you can query both your lake, b- your vector index, and the actual image files, for example, um, to make this work.
Sina KashukGUEST
13:41
As you all may know, DocDB doesn't turn your browser to a database.
Sina KashukGUEST
13:46
The challenge with it is how can I get my data to that, right? And that's where under the hood fuse is doing, is taking the data and converting it to Parquet in here and then passing it to the table.
Sina KashukGUEST
13:57
So that's one way of doing it.
Sina KashukGUEST
13:59
Of course, you may come back and say, well, I have terabyte of data.

5 MINS LATER

Sina KashukGUEST
19:17
This is a perfect example of The bottleneck of this demo that you're seeing right now is the maximum speed that I can get from internet.
Sina KashukGUEST
19:23
It's not the concurrency, and I can set the concurrency as many as I want.
Sina KashukGUEST
19:28
This also allows you to have a smaller chunk when you're building your Parquet file, because that's another piece that you have to keep in mind if you take your parquet file and making it to be a smaller chunk, then you can actually have the data to come faster for the specific partition that you have.
Sina KashukGUEST
19:45
You can align your partition over time, or you can align your partition for space, or combination of work.
Adam TimmGUEST
0:31
I'm the field CTO for the US public sector at Crunchy Data.
Adam TimmGUEST
0:34
I'm going to talk very briefly about how you can bring Iceberg and Parquet into Postgres with a new product from Crunchy Data.
Adam TimmGUEST
0:41
Alright, so I do want to spend a little bit of time just kind of posing some thought questions for everyone to kind of set the stage for what we feel this.
Adam TimmGUEST
0:48
This the problem that this really solves for both small development teams as well as large enterprises.

10 more episodes mention Apache Parquet.

Create an account to see the whole feed, search across every transcript, and follow the entities you care about.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.