We are running into a performance issue while writing query data to a file from two different instance on same database.
ON DB1 with Instance A with some directory path data writing to file is taking 2-3 min, and Instance B with different directory path writing to file is taking ~90 min.
Explain plan for query on both instances are same. Also, query execution time is the same on both instances.
Please let me know if there is an issue with the different directory path.