Your team is loading data into Snowflake using Snowpipe. You've noticed that data loading is significantly slower than expected, even though your virtual warehouse is sized appropriately.
Which of the following factors could contribute to this performance bottleneck? (Select TWO)
Correct Answer: A,B
Frequent auto-suspension of the virtual warehouse (A) will introduce latency as the warehouse needs to start up each time data is available. Loading many small files (B) can also create a bottleneck because of the overhead associated with processing each file. A poorly chosen clustering key (C) impacts query performance, not Snowpipe loading directly. Snowpipe uses COPY INTO implicitly; (D) is contradictory. Insufficient IAM permissions (E) would prevent data loading altogether, not just slow it down.