Currently, integer fields values are stored on 4 bytes, which limits the values these fields can take (-2 147 483 648 to 2 147 483 647).
We would like to store these values on 8 bytes like we already do for float fields, in order to be more consistent and have a higher limit.