Hi @TeoLachev-9086 Thank you for posting your question on Microsoft Q&A.
What does performance look like for importing millions of rows from parquet files in ADLS?
We would expect the performance to be affected by the Synapse tier and the network bandwidth, plus the insertion that probably will be single-threaded, but which can be solved through multiple parallel processes.
Instead of starting one process inserting all the data, split it into multiple processes (SQL Agent Jobs, for example) for potentially achieving better insertion speed. This assumes the abundance of the resources such as Network Bandwidth, Synapse processing power and of course the source file system itself, etc)
Regards,
Oury