Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9a09c4

Browse files
committed
fix readme markdown
1 parent5604bd5 commitd9a09c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sudo make uninstall
5757

5858
##Usage
5959

60-
First ZSON should be*trained* on common data usingzson_learn procedure:
60+
First ZSON should be*trained* on common data usingzson\_learn procedure:
6161

6262
```
6363
zson_learn(
@@ -107,7 +107,7 @@ select zson_learn('{{"table1", "col1"}, {"table2", "col2"}}');
107107

108108
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.
109109

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:
111111

112112
```
113113
zson_test=# select zson_info(x) from test_compress where id = 1;
@@ -139,5 +139,5 @@ select pg_table_size('tt') / (select count(*) from tt)
139139

140140
... i.e. average document size. When it suddenly starts to grow it's time to re-learn.
141141

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.
143143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp