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

Commitabc1cfc

Browse files
committed
update README
1 parent22d6948 commitabc1cfc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[![GitHub release](https://img.shields.io/github/v/release/postgrespro/ptrack?include_prereleases)](https://github.com/postgrespro/ptrack/releases/latest)
22

3-
##PTRACKallows speed up incremental backups for the huge PostgreSQL databases.
3+
##PTRACK
44

55
##Overview
66

7-
PTRACK saves changes of physical blocks in the memory. You can[effectively use](https://postgrespro.github.io/pg_probackup/#pbk-setting-up-ptrack-backups)`PTRACK` engine for taking incremental backups by[pg_probackup](https://github.com/postgrespro/pg_probackup).
7+
PTRACKallows speed up incremental backups for the huge PostgreSQL databases. PTRACKsaves changes of physical blocks in the memory. You can[effectively use](https://postgrespro.github.io/pg_probackup/#pbk-setting-up-ptrack-backups)`PTRACK` engine for taking incremental backups by[pg_probackup](https://github.com/postgrespro/pg_probackup).
88

99
Current patch are available for[11](https://github.com/postgrespro/ptrack/blob/master/patches/REL_11_STABLE-ptrack-core.diff),[12](https://github.com/postgrespro/ptrack/blob/master/patches/REL_12_STABLE-ptrack-core.diff),[13](https://github.com/postgrespro/ptrack/blob/master/patches/REL_13_STABLE-ptrack-core.diff),[14](https://github.com/postgrespro/ptrack/blob/master/patches/REL_14_STABLE-ptrack-core.diff),[15](https://github.com/postgrespro/ptrack/blob/master/patches/REL_15_STABLE-ptrack-core.diff)
1010

1111
##Enterprise edition
1212

13-
Enterprise PTRACK are part of[Postgres ProBackupEnterprise](https://postgrespro.ru/products/postgrespro/enterprise) and share posibility to track more than 100 000 tables and indexes per time without speed degradation with[CFS (compressed file system)](https://postgrespro.ru/docs/enterprise/15/cfs).
13+
Enterprise PTRACK are part of[Postgres Pro Enterprise](https://postgrespro.ru/products/postgrespro/enterprise) and share posibility to track more than 100 000 tables and indexes per time without speed degradation with[CFS (compressed file system)](https://postgrespro.ru/docs/enterprise/current/cfs).
1414
Benchmarks are x5 time faster and useful for ERP and DWH with huge amounth of tables and relations between them.
1515

1616
##Installation
@@ -161,8 +161,7 @@ To gather the whole changeset of modified blocks in `ptrack_get_pagemapset()` we
161161

162162
##Contribution
163163

164-
Feel free to[send pull requests](https://github.com/postgrespro/ptrack/compare),[fill up issues](https://github.com/postgrespro/ptrack/issues/new), or just reach one of us directly (e.g. <[Alexey Kondratov](mailto:a.kondratov@postgrespro.ru?subject=[GitHub]%20Ptrack),[@ololobus](https://github.com/ololobus)>) if you are interested in`PTRACK`.
165-
164+
Feel free to[send pull requests](https://github.com/postgrespro/ptrack/compare),[fill up issues](https://github.com/postgrespro/ptrack/issues/new).
166165
###Tests
167166

168167
Everything is tested automatically with[travis-ci.com](https://travis-ci.com/postgrespro/ptrack) and[codecov.io](https://codecov.io/gh/postgrespro/ptrack), but you can also run tests locally via`Docker`:
@@ -179,3 +178,5 @@ docker-compose run tests
179178
```
180179

181180
Available test modes (`MODE`) are`basic` (default) and`paranoia` (per-block checksum comparison of`PGDATA` content before and after backup-restore process). Available test cases (`TEST_CASE`) are`tap` (minimalistic PostgreSQL[tap test](https://github.com/postgrespro/ptrack/blob/master/t/001_basic.pl)),`all` or any specific[pg_probackup test](https://github.com/postgrespro/pg_probackup/blob/master/tests/ptrack.py), e.g.`test_ptrack_simple`.
181+
182+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp