Planual rules regarding Exports

Keep it simple. Export, Load, Build etc. There's no need to include the module name in the view name.

Only include the line items required for the target. Create multiple views if the module is used for different imports as process can't reference the same view multiple times.  

The number of columns in the view does affect the speed of the export/import. The fewer the columns, the faster the export/import will be.

Create two views in the source SYS Module: one for the import to the list (using name, code and parent), and a second view for the attributes associated to the list members.

Only use one filter criteria. If more are needed, combine them into one line item.