Comment on Apache Hudi 1.0 released with secondary indexes for data lakehousesComments−cloud8bits1yAre there good use cases for indexing on data lakes?−sudha_sakthee1yFaster upserts directly benefit from indices on the write side and the read side benefits from fast lookups.−dunwaldo1yI thought it was more for writes, but reading here looks like the index will also help reads−v5c6OP1yYes. Indexes are integrated into reads, with (near) standard SQL for managing them
Comments
Are there good use cases for indexing on data lakes?
Faster upserts directly benefit from indices on the write side and the read side benefits from fast lookups.
I thought it was more for writes, but reading here looks like the index will also help reads
Yes. Indexes are integrated into reads, with (near) standard SQL for managing them