inefficient
Looping through a collection of records from the database
(using the +all+ method, for example) is very inefficient
since it will try to instantiate all the objects at once.
Looping through a collection of records from the database
(using the +all+ method, for example) is very inefficient
since it will try to instantiate all the objects at once.