Forum Discussion
Fabric Notebook - session startup (default) vis Public Library startup duration
Hi everyone...
I do hope this is the right place to post this question.
If I create a new Fabric Notebook with nothing in it, and I click Start Session (i.e. for a Standard session) - the session is ready very quickly... something like less than 30 seconds.
If I use my Public Library - where I have a single library included - semantic_link_labs - the version doesn't matter, and I've not changed any other settings... the start up time for the session can exceed 5 minutes. (or at least it has previously and today it's started quite quickly)
The workspace in which this is running is assigned to a F64 capacity - which is less than 20 utilised at the best of times.
Where is the right place to ask questions about this and find information on what is going on and best practice.
- David
Hi dgwilson, for more explanation about the default starter pools tayloramy mentioned and expected startup times for various scenarios when using custom environments, check the page What is Apache Spark compute in Microsoft Fabric?.
Hope this helps. If so, please give a Kudos 👍 or mark as Accepted Solution ✔️.
4 Replies
- nielsvdcSuper User
Hi dgwilson, for more explanation about the default starter pools tayloramy mentioned and expected startup times for various scenarios when using custom environments, check the page What is Apache Spark compute in Microsoft Fabric?.
Hope this helps. If so, please give a Kudos 👍 or mark as Accepted Solution ✔️.
- tayloramySuper User
Hi dgwilson,
THis is expected behaviour.
The default spark pool is always warm, Fabric keeps it running so you cna quickly connect to it.
As soon as you have a custom pool (which your enviornment with a custom library makes) then it is a cold start and Fabric needs to spin up the new pool and get spark running.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- dgwilsonResolver III
Good explanation. Thank you.