From 183f275875ee7094c03e56cfabaf2bfd7770c0ed Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Mon, 7 Nov 2022 09:56:56 -0800 Subject: [PATCH] Blog pass 4 --- .../scaling-postgresml-to-one-million-requests-per-second.md | 2 +- pgml-docs/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pgml-docs/docs/blog/scaling-postgresml-to-one-million-requests-per-second.md b/pgml-docs/docs/blog/scaling-postgresml-to-one-million-requests-per-second.md index 0c1929adc..c981409df 100644 --- a/pgml-docs/docs/blog/scaling-postgresml-to-one-million-requests-per-second.md +++ b/pgml-docs/docs/blog/scaling-postgresml-to-one-million-requests-per-second.md @@ -83,7 +83,7 @@ In this benchmark, we used its load balancing feature to evenly distribute XGBoo ### Postgres Replicas -Scaling Postgres reads is pretty straight forward. If more read queries are coming in, we add a replica to serve the increased load. If the load is decreasing, we remove a replica to save money. The data is replicated from the primary, so all replicas are identical, and all of them can serve any query, or in our case, an XGBoost prediction. PgCat can dynamically add and remove replicas from its config without disconnecting clients, we can add and remove replicas as needed, without downtime. +Scaling Postgres reads is pretty straight forward. If more read queries are coming in, we add a replica to serve the increased load. If the load is decreasing, we remove a replica to save money. The data is replicated from the primary, so all replicas are identical, and all of them can serve any query, or in our case, an XGBoost prediction. PgCat can dynamically add and remove replicas from its config without disconnecting clients, so we can add and remove replicas as needed, without downtime. #### Parallelizing XGBoost diff --git a/pgml-docs/mkdocs.yml b/pgml-docs/mkdocs.yml index 6c2a13cb2..d076e6e50 100644 --- a/pgml-docs/mkdocs.yml +++ b/pgml-docs/mkdocs.yml @@ -151,7 +151,7 @@ nav: - PostgresML is Moving to Rust for our 2.0 Release: blog/postgresml-is-moving-to-rust-for-our-2.0-release.md - "Backwards Compatible or Bust: Python Inside Rust Inside Postgres": blog/backwards-compatible-or-bust-python-inside-rust-inside-postgres.md - PostgresML is 8-40x faster than Python HTTP microservices: blog/postgresml-is-8x-faster-than-python-http-microservices.md - #- Scaling PostgresML to 1 Million Requests per Second: blog/scaling-postgresml-to-one-million-requests-per-second.md + - Scaling PostgresML to 1 Million Requests per Second: blog/scaling-postgresml-to-one-million-requests-per-second.md - About: - Team: about/team.md - Roadmap: about/roadmap.md pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy