The Catalog Navigator's main area enables navigation between different hierarchy levels by expanding and collapsing Catalog nodes. While the number of schemas under a data platform is typically low (usually in the tens), there might be thousands of datasets and foreign key relations under each schema. Given that each dataset may include hundreds of fields and each field has multiple properties, the total volume of data per schema can be significant.
All of the above makes navigating a large schema quite challenging, for the following reasons:
To improve the user experience when working with large schemas, Catalog introduces the Schema Dataset List view.

This view displays the datasets in a list instead of the tree view, significantly reducing the time needed to render nodes in the UI. The list view is displayed automatically upon expanding a schema whose size exceeds any of the predefined thresholds (as explained further in this article); otherwise, the tree view is displayed.
This feature is available starting from Fabric V8.5.
Datasets are presented in a Schema Dataset List instead of the tree view for large schemas only. A schema is considered large if it meets any of the following thresholds:
When the discovery process scans the data source, the total number of datasets is calculated for each schema, along with two other properties - total fields and total relations. Then, upon expansion of the schema, these calculated properties are compared against predefined thresholds to determine whether to open the standard tree view or the list view.
The default thresholds are defined by the "largeSchemaThreshold" tag of the properties-info.json and can be updated per project needs as explained here.
The following actions are available in the Schema Dataset List view:
Filter datasets - to limit the displayed dataset list:
in the upper-right corner and start typing the required string. The list of datasets is then limited to those that contain the typed string. Click X to clear the filter.
View dataset properties and the refersTo relations:

View dataset fields with their properties:
icon to expand the fields list in the Schema Dataset List view. Then, clicking on any of the fields in the list displays the field's properties.

Filter fields - to limit the displayed fields of the selected dataset:
context menu icon (visible when a dataset is selected) and click Filter dataset fields to trigger the expansion of the dataset fields.

Resize the list view by dragging the orange dot in the lower-right corner of the Schema Dataset List. This is useful when some datasets have long names that don't fit within the default width.

Add relation to another dataset (available in Edit mode only):
context menu icon (visible when a dataset is selected), then click Add relation.
The Catalog Navigator's main area enables navigation between different hierarchy levels by expanding and collapsing Catalog nodes. While the number of schemas under a data platform is typically low (usually in the tens), there might be thousands of datasets and foreign key relations under each schema. Given that each dataset may include hundreds of fields and each field has multiple properties, the total volume of data per schema can be significant.
All of the above makes navigating a large schema quite challenging, for the following reasons:
To improve the user experience when working with large schemas, Catalog introduces the Schema Dataset List view.

This view displays the datasets in a list instead of the tree view, significantly reducing the time needed to render nodes in the UI. The list view is displayed automatically upon expanding a schema whose size exceeds any of the predefined thresholds (as explained further in this article); otherwise, the tree view is displayed.
This feature is available starting from Fabric V8.5.
Datasets are presented in a Schema Dataset List instead of the tree view for large schemas only. A schema is considered large if it meets any of the following thresholds:
When the discovery process scans the data source, the total number of datasets is calculated for each schema, along with two other properties - total fields and total relations. Then, upon expansion of the schema, these calculated properties are compared against predefined thresholds to determine whether to open the standard tree view or the list view.
The default thresholds are defined by the "largeSchemaThreshold" tag of the properties-info.json and can be updated per project needs as explained here.
The following actions are available in the Schema Dataset List view:
Filter datasets - to limit the displayed dataset list:
in the upper-right corner and start typing the required string. The list of datasets is then limited to those that contain the typed string. Click X to clear the filter.
View dataset properties and the refersTo relations:

View dataset fields with their properties:
icon to expand the fields list in the Schema Dataset List view. Then, clicking on any of the fields in the list displays the field's properties.

Filter fields - to limit the displayed fields of the selected dataset:
context menu icon (visible when a dataset is selected) and click Filter dataset fields to trigger the expansion of the dataset fields.

Resize the list view by dragging the orange dot in the lower-right corner of the Schema Dataset List. This is useful when some datasets have long names that don't fit within the default width.

Add relation to another dataset (available in Edit mode only):
context menu icon (visible when a dataset is selected), then click Add relation.