How can I use data skipping with Delta Lake
How does data skipping work with delta lake, can I run ANALYZE TABLE COMPUTE STATISTICS with Delta lake? or Zorder going to solve these problems?
- 1647 Views
- 2 replies
- 1 kudos
Latest Reply
You can use Zorder with indexes for data skipping. Data skipping information is collected automatically when you write to delta table. Delta lake uses this information to provide faster query.You dont need to configure anything for data skipping as t...
- 1 kudos