[rt-devel] Slow queries, part 2, custom fields

Robert Spier rspier at pobox.com
Tue Oct 7 14:50:14 EDT 2003


> See http://www.mysql.com/newsletter/2003-01/a0000000108.html 
> http://www.mysql.com/doc/en/Query_Cache_How.html
>  
> Basically the Mysql book says that the queries must be :-
> "exactly the same (byte for byte)"
> so "select * from table" and "SELECT * FROM TABLE" are different.

But because RT generates most queries in a standard way, they will
tend to look the same.

On my todo list is to look at another caching system which may be more
flexible and a little closer to the RT object level.  If it works,
it'll be very cool.

-R



More information about the Rt-devel mailing list