Home » Performance » MySQL » [solved] Performance using INT/SMALLINT
[solved] Performance using INT/SMALLINT [message #636] Thu, 25 January 2007 04:45 Go to previous message
texnoti  is currently offline texnoti
Messages: 3
Registered: January 2007
Location: Stockholm
Junior Member
Hi!
Perhaps this is a question for INTEL or likewise but i figured someone would know.

I nag about using apropriate type for integer (and other). Don't use INT when TINYINT is enaugh. That way storage space is saved.
But last week someone mentioned that what you win in storage is lost in execution.

INT require 4 bytes and SMALLINT 2 bytes. The theory was that it's faster to calculate with 4 bytes than with 1, 2 or 3 bytes and that the processor (?) anyway padds (or truncate) the value to 4 bytes.

Something to do with 32-bit processor and that 32/2=> 16/2=8

Anyone who can explain this?

Rgds
thomas

[Updated on: Thu, 25 January 2007 05:08]


http://www.reklamberget.se

Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic:Connecting to Mysql with ODBC vs C library
Next Topic:slow query
Goto Forum:

  


Current Time: Fri Jul 10 03:14:22 EDT 2009

Total time taken to generate the page: 0.05591 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 2.7.7.
Copyright ©2001-2007 FUD Forum Bulletin Board Software

MySQL is a trademark of Sun Microsystems.
InnoDB is a trademark of Oracle Corp.

Percona Performance Forums are a service of Percona, Inc.
Not affiliated with Sun Microsystems or Oracle Corp.