On the next version, could you add a delay/debounce/throttle on search filtering as when you have a lot of jobs - it takes a very long time to return results from every character as it is entered, searching for `error` performs 5 searches and freezes the UI while collating the results...
thanks
I think something might be wrong with your system if you have these kind of bottlenecks. Have you tried to connect with your Client on your desktop to the remote server and filter the same?
external client logins filter even slower as it returns results for each character entered in the filter...
Its the weight of the database, we have logging set to an external SQL Enterprise edition DB, that's fine.
Were using Visual Cron on an CX5.XL Amazon instance which is costing thousands per month in order to offer a "reasonable" level of performance.
When filtering Jobs by name, the first letter typed causes a delay of 30-50 secs depending on server load at the time, second letter is slightly faster, 5th or 6 letter usually isn't slow. this speed seems only slightly affected by load on the server by running tasks.
SQL Compact edition is a great way to get up and running, but for a heavily utilized production system that is responsible for 80% of data ingestion, its a little slow once you head upward of 500 jobs, this one has 1100 jobs within and could do with a bigger backend.
Is there any optimization i could perform on the DB - apart from splitting 50% of the jobs out to a second VC server?