In the App Engine documentation (https://cloud.google.com/appengine/docs/java/datastore/entities#Java_Properties_and_value_types) it says that Integer value types are: "Stored as long integer, then converted to the field type."
I'm assuming that using a smaller data type (a Short vs. a Long for instance) in my Entities has no effect on space. Is this correct?