Is there a way to query a MySQL database that gives me all blobs that are bigger than 1kb?
Try using the LENGTH() function on the blob field.
LENGTH()