> Another option would be to run a query to fetch just the category
> description, rather than return it in every single row (just to save a
> query). At some point the extra data returned will take longer than a
> second select statement.
I thought about doing that, but it seemed more efficient to try to get everything with one query.