Enhancement
Major
Detail
Detail
Enhancement
If an attribute value is stored inline with a ForeignKeyStorage, the key of the object is stored in the database. When the attribute value is accessed, this key is resolved against the database.
Improvement
There should be a preload to bulk load attribute values that are stored in a ForeignKeyStorage.
Test
TestReferencePreload