Hi, I use DriverManager.getConnection to connect to my mysql db and do query in my plugin that extend indexfilter. It seems that indexfilter is run for every url being indexed. It means that I have to open and close connection to mysql db each time a url is being indexed, it is unefficient. Is there a way to open and close connection to mysql db only once for all urls, not for each url?
Thanks.

