When storing String
fields with App Engine:
length()
of the String
that App Engine
datastore can handle?Objectify will automatically convert Strings of more than 500 characters to native Text storage. Be careful if you are indexing strings; Text objects are not indexed so the String > 500 chars will be unindexed.