I am using few sql executors for calling procedure/function, select on multijoin, selecting from dual. For 30 features it takes around 15 seconds. But when it comes to 10000 features , processing takes a lot of time. Is there any way to improve performance? Thanks, Subrat
Page 1 / 1
Hi,
I this case its the database that can use the tunning and not FME, since you are using the databse to do the work.
You could check if the features used are properly indexed for starters.
Itay