Message97

Author jgentry
Recipients sfalcon
Date 2006-06-01.06:37:10
Content
The only reason it is touching the cache is the total reporter count (it is
getting the # of keys in the dictionary).  This could easily be switched to a
'select count(*)', although that would just make some other point potentially slow.

And yeah, while bringing data into zope from the DB seems to be fairly
expensive, it isn't *that* expensive (ie the threshold of pain to get a long
wait is much lower than one would think but is at least an order of magnitude
higher than phenodata)
History
Date User Action Args
2006-06-01 06:37:10jgentrysetrecipients: + sfalcon
2006-06-01 06:37:10jgentrysetmessageid: <1149172630.94.0.573888281645.issue26@fhcrc.org>
2006-06-01 06:37:10jgentrylinkissue26 messages
2006-06-01 06:37:10jgentrycreate