Skip to content

Commit 249163e

Browse files
committed
Added Mini postgres stress test.
Updated docker image version and to only log errors for performance. README updated.
1 parent c133753 commit 249163e

File tree

3 files changed

+1019
-3
lines changed

3 files changed

+1019
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The ojp-server is a gRPC server that manages a Hikari connection pool and abstra
6161

6262
#### How to start a docker image
6363

64-
> docker run --rm -d -p 1059:1059 rrobetti/ojp:0.0.1-alpha
64+
> docker run --rm -d -p 1059:1059 rrobetti/ojp:0.0.3-alpha
6565
6666
### ojp-jdbc-driver
6767
The ojp-jdbc-driver is an implementation of the JDBC specification. It connects to the ojp-server via the gRPC protocol, sending SQL statements to be executed against the database and reading the responses. The driver works with virtual connections provided by the ojp-server, allowing the application to interact with the database without directly managing real database connections.
@@ -123,7 +123,10 @@ Optional flags:
123123
- ❌ Configurable data sources by user and/or database.
124124
- ❌ RAFT consensus POC.
125125
- ❌ RAFT and connection smart balancing and resizing.
126-
Other feature candidates: Query Routing, Sharding, Query Caching, Read/Write Splitting, Multi-Cloud/Distributed Clustering, Authentication Integration, Advanced Security Features, Failover and Automatic Replication Awareness
126+
127+
128+
#### Other feature candidates:
129+
Query Routing, Sharding, Query Caching, Read/Write Splitting, Multi-Cloud/Distributed Clustering, Authentication Integration, Advanced Security Features, Failover and Automatic Replication Awareness
127130

128131
✅ - Done
129132
❌ - Not started

0 commit comments

Comments
 (0)