What is the maximum string size for a field value?

@Drew You can actually store strings of any size as field values. The 65k limit is for series keys. One of our engineers was able to store golang binaries in there so there really isn’t a limit. Performance might be an issue there however.