Before: SELECT * FROM users WHERE id = 1 After: SELECT*FROM users WHERE id=1
Marginally. Main benefit is reduced network transfer size.