When refreshing cubes which used multi-source (one is snowflake), the process takes a significant amount of time to complete. In the production environment, the Snowflake part of the cube inserts values one by one, whereas the development environment only requires a single SQL statement using bulk insert.
Despite having the same configuration as the development environment in the ODBCConfig.ini file, the issue persists. Snowflake version 3.X has been confirmed to be used in the production database instance.


The bulk insert feature is not mature in version 11.3.0 and is therefore disabled by default, as explained in DE186514. Starting from version 11.3.1, this feature is officially supported and enabled by default.
However, the One Click Upgrade feature in the MCE provision console does not perform MD upgrades, which results in the feature remaining disabled when the customer's MD is 11.3.0 (they upgraded from 11.3.0 to 11.3.4.1 using One Click Upgrade).
