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

Commit370fca7

Browse files
committed
add compatibility status to README.md & README.rus.md
1 parente5a1624 commit370fca7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
The`pg_pathman` module provides optimized partitioning mechanism and functions to manage partitions.
77

8+
The extension is compatible with PostgreSQL 9.5 (9.6 support is coming soon).
9+
810
##Overview
911
**Partitioning** means splitting one large table into smaller pieces. Each row in such table is moved to a single partition according to the partitioning key. PostgreSQL supports partitioning via table inheritance: each partition must be created as a child table with CHECK CONSTRAINT. For example:
1012

‎README.rus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
Модуль`pg_pathman` предоставляет оптимизированный механизм секционирования, а также функции для создания и управления секциями.
77

8+
Расширение совместимо с PostgreSQL 9.5 (поддержка 9.6 будет добавлена в одном из ближайших обновлений).
9+
810
##Концепция pg_pathman
911

1012
**Секционирование** -- это способ разбиения одной большой таблицы на множество меньших по размеру. Для каждой записи можно однозначно определить секцию, в которой она должна храниться посредством вычисления ключа.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp