yoones / sakimonkey

RoR RSS reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve database queries

yoones opened this issue · comments

With something like this :
@user =User.where("email like ?","example@foobar.com").includes(:blogs => :comments)

Also by adding indexes for the search part.