Best Practice / Recommendations
Posted: Wed 29 Jan 2014 00:13
I am about to go through some detailed performance tests, and before I do, I wanted to get any feedback as for the best practices (and perhaps some tips/tricks within the library) to streamline the results.
My application has no user interface. It is a job scheduler, that runs as a windows service.
It runs multi-threaded (one session / thread).
I have a baseline, of our application using our existing library (its one of your competitors). My hope is that once I tweak the library as you all suggest, that I will see it perform as well as, or even better.
I am thinking things like ...
- FetchAll false
- set a meaningful and realistic FetchRows
- DisableControls on all queries
Thanks, in advance, for suggestions.
My application has no user interface. It is a job scheduler, that runs as a windows service.
It runs multi-threaded (one session / thread).
I have a baseline, of our application using our existing library (its one of your competitors). My hope is that once I tweak the library as you all suggest, that I will see it perform as well as, or even better.
I am thinking things like ...
- FetchAll false
- set a meaningful and realistic FetchRows
- DisableControls on all queries
Thanks, in advance, for suggestions.