Hi all,
i have model A which has a field indexed from model B. model A belongs
to model B.
So whenever i insert a row in model 'A', a query is fired to the field from
model 'B' even though the data was not changed for the field in model B.
Can i somehow avoid these extra queries,or rather query the data and index
it,only if the data has been changed>?
e.g model A {
message
chat Name
}
model B{
chat Name
}
For 1 chatName there are 10 messages.so i want to index chatName once per 10
messages and not 10 times.How do i do this?
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk