i am using MongoDB atlas sql with data faderation on M10 cluster with aws 5gigabit bandwidth and powerbi connector and conecting to it from power bi using the mongodb atlas odbc connector
the cluster and connector and gateway and machine are all in the same region and the connection speed on the machine running power bi is 800MB/s
the connection is established
i can read my tables i can refresh it everything is working fine
My problem is loading the data and refreshing it is taking a lot of time for example:
loading 86000 rows is taking around 7-9 minutes to load or refresh
and during the loading phase i can see that it is loading the rows at a speed of 260-280 rows per second
and after around each 2600 rows the loading hangs for about 2 seconds then continues .
i tried to switch to mongodb connector instead and that was a lot worse it was loading 100 rows each 30 seconds
looking at the mongodb video shared on youtube i can see that they were able to load the table using the same setup at 2500 rows per second and then 27000 rows were loaded in 4 seconds somehow
has anyone faced this slow query issue ? or how to solve it ?