views:

31

answers:

0

We are using a ORM to interact with Microsoft SQL Server database and Oracle database, we do a lot of record processing and updations. I am looking into how I should benchmark my data processing capabilities.Should it be time versus data processed ?

GOALS:

  • Amount of time it takes to process invalid records to valid records.(trace/timer logging I guess in code.)
  • Amount of memory consumed to process a max record set (How can I do this?)

Any suggestions or guidelines welcome.