Sep 09
A little while ago, I was reading up on Ruby on Rails and started thinking about database performance. Dynamic SQL that happens auto-magically is great, but should the application tier really always be pulling over a bunch of database records into memory everytime it needs to manipulate data? Even if that data never needs to be displayed? I thought there might be a way to save some of those roundtrips.