[rt-devel] Users::WhoHaveRight and Sybase

Jesse Vincent jesse at bestpractical.com
Mon Jun 30 15:05:53 EDT 2003



On Wed, Jun 25, 2003 at 02:46:02PM -0400, Audley, Christopher wrote:
> 
> Using this split query, we get access times down to less than 300ms.  I've attached the local/lib/RT/Users_Local.pm, local/lib/RT/Groups_Local.pm and local/html/Elements/SelectOwner that we are using, I'm curious if this method improves access times with other database engines.

I've finally had time to review this and test it against the test suite.
A slightly different version of this patch will be in the first 3.0.4
pre-release. Specifically, I've rewritten Users->WhoHaveRight to use the
new split routines rather than doing the "big" query, which means that
there are no changes needed for the SelectOwner component. I've also
cleaned things up a little bit and added a bit more flowthrough of
options. But it should be checked in in a matter of minutes.

Specifically, I rewrote Users->WhoAreInGroups to use the SearchBuilder
query building API, rather than to hand construct SQL queries. I note
that you were allowing it to find cases where the GroupId was NULL. Is
there a specific reason for this?


Thanks for the investigative work on this one and your patience while I
found time to check it out.

	-j


> 
> Chris





-- 
http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.



More information about the Rt-devel mailing list