Hi guys
I am using database connector to connect with a Microsoft SQL db.
The first (initial) query execution takes much more time then the other following. So when this is also the datasource mf (first call), it takes extra long.
I expect due to a "hand shake protocol" or so. I think that after a while this is needed again.
So I need to reduce the time for loading (initial/following times) overview of objects. I am wondering whether an other dummy SQL execution as a handshake would help? And what the best practice for that would be (in the after startup? scheduled event? and running the datasource mf's as not the first)