Hi everyone!
I have a question. For a project I need to establish a jdbc connection using spark.read. My question is when does the connection is deleted. That is because I will read multiple tables from that database, so if I could just create a connection and then reuse, it would be better.
If this does not work, is the method dbutils.notebook.exit() able to clean memory on the JVM used and in consequence delete the connection?