Displaying 2 results from an estimated 2 matches for "phrase_url".
Did you mean:
parse_url
2006 Apr 29
2
Seeing performance problems with has_many :through relation
...n be up to 7k urls for a
given scan.
I know little about optimizing MySQL databases and I am wondering if I
need to tweak the way the tables are structured or if its something I
can fine-tune in rails.
If it helps the indices were defined on the relations table as follows:
CREATE unique index phrase_url on relations (phrase_id, url_id)
CREATE unique index url_phrase on relations (url_id,phrase_id)
( started with just the first index and added the second when these
issues started popping up )
I am hoping someone can spot the problem and suggest a modification to
either the DB or the relationshi...
2006 Apr 28
9
Q: Timing of render :update in an action ?
Hey folks, am hoping someone can set me straight with a solution to an
issue that has come up involving the timing of rendered page elements in
relation to the completion of an action''s execution.
I have an ror search app which searches through two tables consisting of
7,000 page urls and a table w/ 87,000 related keyphrases within those
pages. Search results can take anywhere from 2