Roundup Tracker - Issues

Message3528

Author stefan
Recipients richard, stefan
Date 2009-02-09.17:29:03
Message-id <1234200543.51.0.433436767973.issue2550501@psf.upfronthosting.co.za>
In-reply-to
The attached patch optimizes

 cl.set(nodeid, multilink = nodes)

such that the 'hasnode' validation is only done on new nodes in the
'multilink' property. (I.e. it is assumed that nodes already in the
previous multilink value were already checked.)

Also, 'hasnode' only does an SQL query in case of a cache miss, to
reduce the number of SQL queries to be done.
History
Date User Action Args
2009-02-09 17:29:03stefansetmessageid: <1234200543.51.0.433436767973.issue2550501@psf.upfronthosting.co.za>
2009-02-09 17:29:03stefansetrecipients: + stefan, richard
2009-02-09 17:29:03stefanlinkissue2550501 messages
2009-02-09 17:29:03stefancreate