Understanding Cluster Pools
Sometimes we want to run our databricks code without any delay as reports are very emergency like the upstream team wants to save as much time as they can save in the starting cluster.
That time we can use the pool of clusters where we can set up a number of instances that will run every time. This can be costly but it can deliver your results in very less time.
If we speak technically then Databricks pools reduce cluster start and auto-scaling times by maintaining a set of idle, ready-to-use instances. When a cluster is attached to a pool, cluster nodes are created using the poolโs idle instances. If the pool has no idle instances, the pool expands by allocating a new instance from the instance provider in order to accommodate the clusterโs request. When a cluster releases an instance, it returns to the pool and is free for another cluster to use. Only clusters attached to a pool can use that poolโs idle instances.
Thanks
Aviral Bhardwaj
AviralBhardwaj