This website requires JavaScript.
Explore
Help
Sign In
docker
/
pgcat
Watch
1
Star
0
Fork
0
You've already forked pgcat
mirror of
https://github.com/postgresml/pgcat.git
synced
2026-03-23 09:26:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
levkk-more-plugins
Add File
New File
Apply Patch
pgcat
/
tests
/
sharding
/
query_routing_test_validate.sql
12 lines
95 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
fixed health check; sharding setup and tests
2022-02-08 15:48:28 -08:00
\
c
shard0
SELECT
*
FROM
data
;
\
c
shard1
SELECT
*
FROM
data
;
\
c
shard2
Refactor query routing into its own module (#22) * Refactor query routing into its own module * commments; tests; dead code * error message * safer startup * hm * dont have to be public * wow * fix ci * ok * nl * no more silent errors
2022-02-16 22:52:11 -08:00
SELECT
*
FROM
data
;
Reference in New Issue
Copy Permalink