``` select distinct _path from ice_local."aws-public-blockchain.btc_ps_by_date" where date>='2025-01-01' order by 1 ``` Here it is possible to extract `_path` from metadata, but ClickHouse tries to read data and only then get paths.