Skip to content

Commit

Permalink
Update README.md (#358)
Browse files Browse the repository at this point in the history
* Update README.md

Spelling mistake

* Update README.md

* Update README.md
  • Loading branch information
davecramer authored Dec 11, 2023
1 parent e8fbac3 commit f718af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ SPQR works well when most of your queries can be executed on one shard.
- **Works over PostgreSQL protocol**. It means you can connect to the router and the coordinator via psql to perform administrative tasks.
- **Dedicated read-only mode**. Once enabled, the router will respond to a SHOW transaction_read_only command with "true" and handle only read-only queries, similar to a standard PostgreSQL replica.
- **Minor overhead for query execution**. See benchmarks [here](docs/Benchmarks.md) and [here](https://gitlab.com/postgres-ai/postgresql-consulting/tests-and-benchmarks/-/issues/30).
- **Varias authentication types**. From basic OK and plain text to MD5 and SCRUM, see [Authentication.md](docs/Authentication.md).
- **Various authentication types**. From basic OK and plain text to MD5 and SCRAM, see [Authentication.md](docs/Authentication.md).
- **Live configuration reloading**. You can send a SIGHUP signal to the router's process. This will trigger the router to reload its configuration file and apply any changes without interrupting its operation.
- **Statistics**. You can get access to statitics in router's administrative console via [SHOW command](https://github.com/pg-sharding/spqr/blob/master/yacc/console/gram.y#L319).
- **Statistics**. You can get access to statistics in router's administrative console via [SHOW command](https://github.com/pg-sharding/spqr/blob/master/yacc/console/gram.y#L319).
- **Fallback execution of unrouted queries to the "world shard"**. SPQR is optimized for single-shard OLTP queries. But we have long-term plans to support routing queries for 2 or more shards.

## Development
Expand Down

0 comments on commit f718af2

Please sign in to comment.