|
2 | 2 |
|
3 | 3 | ##About |
4 | 4 |
|
5 | | -ZSON is a PostgreSQL extension for transparent JSONB compression. Compression is based on a shared dictionary of strings most frequently used in specific JSONB documents (not only keys, but also values, array elements, etc). |
| 5 | +ZSON is a PostgreSQL extension for transparent JSONB compression. Compression is based on a shared dictionary of strings most frequently used in specific JSONB documents (not only keys, but also values, array elements, etc). |
6 | 6 |
|
7 | | -In some cases ZSON can save half of your disk space and give you about 10% more TPS. Memory is saved as well. Everything depends on your data and workload though. Don't believe any benchmarks, re-check everything on your data, configuration, hardware, workload,PostgreSQL version, etc. See[docs/benchmark.md](docs/benchmark.md). |
| 7 | +In some cases ZSON can save half of your disk space and give you about 10% more TPS. Memory is saved as well.See[docs/benchmark.md](docs/benchmark.md).Everything depends on your data and workload though. Don't believe any benchmarks, re-check everything on your data, configuration, hardware, workload andPostgreSQL version. |
8 | 8 |
|
9 | 9 | ZSON was originally created in 2016 by[Postgres Professional](https://postgrespro.ru/) team: researched and coded by[Aleksander Alekseev](http://eax.me/); ideas, code review, testing, etc by[Alexander Korotkov](http://akorotkov.github.io/) and[Teodor Sigaev](http://www.sigaev.ru/). |
10 | 10 |
|
|