Does running a mysql query eats a lot of bandwidth? How if I compare with the bandwidth used when loading images? Thank you.
It doesn't use any bandwidth at all unless your database is located on a different server from your web site. If they are on the same server, then zero bandwidth used for a MySQL query.