You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This time*second* dictionary will be created. Dictionaries are cached in memory so it will take about a minute before ZSON realizes that there is a new dictionary. After that old documents will be decompressed using old dictionary and new documents will be compressed and decompressed using new dictionary.
109
109
110
-
To find out which dictionary is used for given ZSON document usezson_info procedure:
110
+
To find out which dictionary is used for given ZSON document usezson\_info procedure:
111
111
112
112
```
113
113
zson_test=# select zson_info(x) from test_compress where id = 1;
... i.e. average document size. When it suddenly starts to grow it's time to re-learn.
141
141
142
-
However, developers usually know when they change a schema significantly. It's also easy to re-check whether current schema differs a lot from the original usingzson_dict table.
142
+
However, developers usually know when they change a schema significantly. It's also easy to re-check whether current schema differs a lot from the original usingzson\_dict table.