Forum Discussion

miraks's avatar
miraks
Ideator I
6 years ago

Compressed text property

Frequently, on ItemTypes, I use a "Text" property to store json data. Because, the json is very verbose and can be compressed to reduce the taken space in database and network traffic, I use LZStri...