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

PgCat Doc image updates#1564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SilasMarvin merged 1 commit intomasterfromryan-image-updates
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletionspgml-cms/docs/.gitbook/assets/PgCat_Read-Write-Diagram.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 168 additions & 0 deletionspgml-cms/docs/.gitbook/assets/PgCat_Scale-Diagram.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
110 changes: 110 additions & 0 deletionspgml-cms/docs/.gitbook/assets/PgCat_Sharding-Diagram.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removedpgml-cms/docs/.gitbook/assets/pgcat_3.png
View file
Open in desktop
Binary file not shown.
Binary file removedpgml-cms/docs/.gitbook/assets/pgcat_4.png
View file
Open in desktop
Binary file not shown.
Binary file removedpgml-cms/docs/.gitbook/assets/pgcat_5.png
View file
Open in desktop
Binary file not shown.
Binary file removedpgml-cms/docs/.gitbook/assets/pgcat_6.png
View file
Open in desktop
Binary file not shown.
Binary file removedpgml-cms/docs/.gitbook/assets/pgcat_7.png
View file
Open in desktop
Binary file not shown.
2 changes: 1 addition & 1 deletionpgml-cms/docs/open-source/pgcat/README.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,7 +29,7 @@ PgCat, like PostgresML, is free and open source, distributed under the MIT licen
PgCat implements the PostgreSQL wire protocol and can understand and optimally route queries & transactions based on their characteristics. For example, if your database deployment consists of a primary and replica, PgCat can send all `SELECT` queries to the replica, and all other queries to the primary, creating a read/write traffic separation.

<figure>
<img class="mb-3" src="../../.gitbook/assets/pgcat_4.png" alt="PgCat architecture" width="95%" height="auto">
<img class="mb-3" src="../../.gitbook/assets/PgCat_Scale-Diagram.svg" alt="PgCat architecture" width="95%" height="auto">
<figcaption><i>PgCat deployment at scale</i></figcaption>
</figure>

Expand Down
8 changes: 4 additions & 4 deletionspgml-cms/docs/open-source/pgcat/features.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ PgCat has many features currently in various stages of readiness and development
<div class="row">
<div class="col-12 col-lg-6">
<figure class="my-4">
<img class="mb-3" src="../../.gitbook/assets/pgcat_3.png" alt="PgCat load balancing">
<img class="mb-3" src="../../.gitbook/assets/PgCat_Load-Balancing-Diagram.svg" alt="PgCat load balancing">
</figure>
</div>
<div class="col-12 col-lg-6">
Expand All@@ -32,7 +32,7 @@ Least active connections assumes queries have different costs and replicas have
<div class="row">
<div class="col-12 col-lg-6">
<figure class="my-4">
<img class="mb-3" src="../../.gitbook/assets/pgcat_5.png" alt="PgCat high availability">
<img class="mb-3" src="../../.gitbook/assets/PgCat_High-Availability-Diagram.svg" alt="PgCat high availability">
</figure>
</div>
<div class="col-12 col-lg-6">
Expand All@@ -49,7 +49,7 @@ High availability is important for production deployments because database error
<div class="row">
<div class="col-12 col-lg-6">
<figure class="my-4">
<img class="mb-3" src="../../.gitbook/assets/pgcat_6.png" alt="PgCat read/write separation">
<img class="mb-3" src="../../.gitbook/assets/PgCat_Read-Write-Diagram.svg" alt="PgCat read/write separation">
</figure>
</div>
<div class="col-12 col-lg-6">
Expand All@@ -66,7 +66,7 @@ Removing read traffic from the primary can help scale it beyond its normal capac
<div class="row">
<div class="col-12 col-lg-6">
<figure class="my-4">
<img class="mb-3" src="../../.gitbook/assets/pgcat_7.png" alt="PgCat read/write separation">
<img class="mb-3" src="../../.gitbook/assets/PgCat_Sharding-Diagram.svg" alt="PgCat read/write separation">
</figure>
</div>
<div class="col-12 col-lg-6">
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp