Posts by Jorge Luis Romano • 21 points
1 post
- 
		2 votes3 answers24407 viewsA: What is the performance difference between BIGINT and INT in Mysql?The difference is in relation to the allocation of space in the database, consequently in the use of disk, RAM, cache memory, data transfers, network etc. While INT allocates 4 bytes, BIGINT…