The DB is hosted on the same machine as the export application. With the current install, I am seeing 2600 results per hour be processed and minimal processor and memory load. I was able to run a second instance of the application and it realized the same 2600 results per hour with no effect to the first instance. So, this is apparent that the application has a performance bottleneck, and since this library version is old, but is still being updated, I was hoping that would be a good start to look. Also, it was linked by binary not source and most of the logging originates from this library. The speed is the same regardless of log4net logging level which also leads me to think it may be that the old library perhaps didn't have checks if verbose log levels were enabled before making each log call?
On Friday, July 3, 2015 at 6:56:16 AM UTC-4, Greg Young wrote: > > "However, data is being inserted into this database at a higher than > typical rate, and the export is not able to keep up." > > What are the queries being run? It is quite common under load for a db > to not be able to keep up. > > On Thu, Jul 2, 2015 at 10:19 PM, Wesley Stocker <[email protected] > <javascript:>> wrote: > > My team has taken over a legacy software development that is currently > using > > nHibernate 1.2.1.4000. > > > > It is installed in a location where it is trying to process data from a > > database to a specified file format. We query the DB for a cluster of > data > > to process at a time, and this usually is able to keep up with a typical > > solution. However, data is being inserted into this database at a > higher > > than typical rate, and the export is not able to keep up. > > > > I found this group and suggested the 3.3.3GA as identified from this > post: > > > https://groups.google.com/forum/#!topic/nhibernate-development/Yawii52R1g8 > > > > Are there any known, felt, or documented performance increases in the > more > > recent versions that can be realized? > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "nhusers" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > Visit this group at http://groups.google.com/group/nhusers. > > For more options, visit https://groups.google.com/d/optout. > > > > -- > Studying for the Turing test > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
