sharding readme

This commit is contained in:
Lev Kokotov
2022-02-08 17:15:35 -08:00
parent edf6a69ca4
commit dfc05c3dca
2 changed files with 36 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ mod test {
assert_eq!(shard, 1);
}
// See tests/sharding/setup.sql
// See tests/sharding/partition_hash_test_setup.sql
// The output of those SELECT statements will match this test,
// confirming that we implemented Postgres BIGINT hashing correctly.
#[test]