Even though liquid clustering removes Hive-style partition folders, it typically doesn’t cause S3 prefix performance issues on Databricks. Delta tables don’t rely on directory listing for reads; they use the transaction log to locate exact files. In addition, when column mapping is enabled (or when delta.randomizeFilePrefixes is used), Databricks automatically shards data files across randomized S3 prefixes, so requests are spread out and don’t hit single-prefix limits. Because of this, most workloads don’t see S3 throttling issues with liquid-clustered tables.