Well, maybe it's not necessary... It is the slowest of my queries as far as 
I can see anyway.

I'm using Rails 3.2 and I have enabled automatic EXPLAIN on slow queries 
(>0.5s). This query is currently being "explained" in my console when I run 
it on my localhost. "SQL (556.5ms) ..."

556.5ms seems a bit slow to me, isn't it?

Then a bunch of other stuff is happening and I get this:
"Completed 200 OK in 2737ms (Views: 813.5ms | ActiveRecord: 703.2ms)"

So, 550ms of the total 703ms is the above query.

Maybe I'm just picky? :)

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/kDHHedgd5AcJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to