>  CACHE (0.000000)   SELECT * FROM "users" WHERE ("users"."id" = 1)

Also note that whenever you see CACHE like that, it didn't actually go  
out to the DB. It did however have to reconstruct the objects from the  
result-set that was returned from a previous query, which is quite a  
lot of work. So these are still worth optimising, but there much less  
of an issue that real DB requests.

Tom


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to