https://issues.apache.org/bugzilla/show_bug.cgi?id=41921
Sebb <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #3 from Sebb <[EMAIL PROTECTED]> 2008-04-07 08:49:44 PST ---
I've been looking into how to add hashing to the JDBC sampler.
It would be easy enough to collect all the response data and convert it to a
hash just before storing it. Would that be enough for your tests? The
disadvantage of this approach is that JMeter would need enough memory to store
the whole response - but at least it would be only temporary.
A better solution would be to hash the data as it is retrieved. However this is
not particularly easy to do, as the data is all fetched and then formatted
into lines and columns.
Also, is it important that the hash is the same as the one that would be
obtained by hashing the result data after download? Or does it just need to
contain all the response data in a predictable order? This would be easier to
do, as there would be no need for the second formatting stage.
Any other suggestions for how to process the JDBC data are welcome...
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]