Hi,

If I want to query a parquet file with a criteria such as income > 1000,
does Parquet support indexing of the columns to make it faster to identify
the records with the criteria? I know we can partition the file on a
column. But in my case assume it is already partitioned on a single column
that is Date and I want to use other criteria for filtering the records.

Regards,
Yash

Reply via email to