Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ If **all** ZSON documents are migrated to new dictionary the old one could be sa
delete from zson_dict where dict_id = 0;
```

In general it's safer to keep old dictionaries just in case. A few KB of disk space don't worth the risk of losing data.
In general it's safer to keep old dictionaries just in case. Gaining a few KB of disk space is not worth the risk of losing data.

## When it's a time to re-learn?

Expand Down