We are using GreenPlum 6.20. And have multiple schema on same instance. When we try to load data through gpload, we found all loads are truncating the same staging table say schema1.staging_gpload_reusable_6. No matter we re loading data for schema2 or schema3 (different paths are defined in yaml files for different schema but table name is same for all these schemas). Because of it that staging table become bottleneck and all relevant sessions stuck on trying same table to truncate in background prior to proceed for data load. We need help to direct GreenPlum to reuse intended schema's staging table rather every schema use a single schema for that purpose.