@Shambhu Rai - Thanks for the question and using MS Q&A platform.
A Bloom filter index is a space-efficient data structure that enables data skipping on chosen columns, particularly for fields containing arbitrary text.
This official documentation: Bloom filter indexes explains about the what is bloom filter indexes and how to configure with sample example queries and notebook.
Here is the article which explains how to use Bloom Filter Indexes using Databricks Delta.
Z-ordering is a technique to colocate related information in the same set of files. This co-locality is automatically used by Delta Lake on Azure Databricks data-skipping algorithms.
This official documentation: Data skipping with Z-order indexes for Delta Lake what is Z-ording filter indexes and how to configure with sample example queries and notebook.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.