对于我表中的一些记录,下面的查询需要将近 300 毫秒。
TestDescription.find(:first, :conditions =>["test_point_id IS NULL AND test_info=?",file_name])
有什么办法可以提高它的性能???
谢谢!
对于我表中的一些记录,下面的查询需要将近 300 毫秒。
TestDescription.find(:first, :conditions =>["test_point_id IS NULL AND test_info=?",file_name])
有什么办法可以提高它的性能???
谢谢!