Hello @Christian Gert Hansen ,
Thanks for the question and also for using this forum.
Just to be sure are you asking if we can save files in DBFS root vs data lake ?
Databricks File System (DBFS) is a distributed file system mounted into an Azure Databricks workspace and available on Azure Databricks clusters. Allows you to mount storage objects so that you can seamlessly access data without requiring credentials, basicaaly its just a wrapper and you can have any storage supported by ADB .
It is not recommended not to save any user files or objects. Instead, create a different blob storage directory and mount it to DBFS.
https://kb.databricks.com/dbfs/dbfs-root-permissions.html
But yes since the file is locally available , data retrieval is going to be fast .
Thanks
Himanshu