Hello Community,
I am just wondering whether $.db.getConnection() does really take its time, establish some connection and leads to latency as a result?
my XSJS service has many queries to execute, so, should I really care about executing them through one connection or calling
getConnection(); / close() "hundreds of times" does not affect execution time in any way?
I would assume its not a problem as XS Engine and Database are two parallel processes on a single machine... amiright?
Thank you all!
Kostia