Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 coldfury1189y@csessh A query might run thousands of times a day, and passing unnecessary data over the network is a wast. coldfury1189y@csessh A query might run thousands of times a day, and passing unnecessary data over the network is a wast.
- 
				
				Production db at work has a lot of select * stored procedures because we always need all of the fields from the tables.
- 
				
				 Seethe4599yA lesson learned eventually with many tears. We've had it bad enough where a joined table with multiple text fields overloads the buffer... 😖 Seethe4599yA lesson learned eventually with many tears. We've had it bad enough where a joined table with multiple text fields overloads the buffer... 😖
- 
				
				I did when I first started, now I put column names cause its easier than pulling up either my text file or phpmyadmin to see what the column names are



Admit it. We've all selected * before.
undefined