Version 0.2.11 - update publish plugin
This commit is contained in:
@@ -41,8 +41,8 @@ class Person() : TypedByteArray(
|
||||
}
|
||||
```
|
||||
|
||||
The different between STRING and CLOB is the maximum size (32kb vs 2gb). For any type where the length isn't fixed we need to provide max size.
|
||||
When such a type is updated, for example we update a string with a shorter string, the remaining bytes are zeroed to make compression as efficient as possible.
|
||||
The difference between STRING and CLOB is the maximum size (32kb vs 2gb). For any type where the length isn't fixed we need to provide max size.
|
||||
When such a type is updated with a shorter element, the remaining bytes are zeroed to make compression as efficient as possible.
|
||||
|
||||
Strings are stored as UTF-8 bytes, there is also a CachedStringProperty which will keep a copy of the string so it isn't converted to a
|
||||
Strings are stored as UTF-8 bytes, there is also a CachedStringProperty that will keep a copy of the string so it isn't converted to a
|
||||
native string every time it's accessed.
|
||||
|
||||
Reference in New Issue
Block a user