Y
Hacker News
new
|
ask
|
show
|
jobs
by
cloud8bits
546 days ago
Are there good use cases for indexing on data lakes?
1 comments
sudha_sakthee
546 days ago
Faster upserts directly benefit from indices on the write side and the read side benefits from fast lookups.
link
dunwaldo
546 days ago
I thought it was more for writes, but reading here looks like the index will also help reads
link
v5c6
546 days ago
Yes. Indexes are integrated into reads, with (near) standard SQL for managing them
link