sourcegraph/dev/backcompat
Thorsten Ball 1c1691ec9b
database: make gitserver_repos_statistics append-only (#58496)
This removes contention around the single table. If you have a small
number of shards and lots of repositories that are cloned/recloned, they
all try to write to the same table concurrently.

What this does here is it changes the `gitserver_repos_statistics` table
to work like `repo_statistics`.

Co-authored-by: Erik Seliger <erikseliger@me.com>
2023-11-23 15:36:58 +01:00
..
patches/5.1.0 bzl: rework migration schemas generation (#57511) 2023-10-10 17:19:47 +02:00
bazel-backcompat.sh backcompat: print patches being applied (#57510) 2023-10-10 17:58:17 +00:00
flakes.json database: make gitserver_repos_statistics append-only (#58496) 2023-11-23 15:36:58 +01:00
patch_flakes.sh bazel: move backcompat tests to their own pipeline (#55489) 2023-08-22 16:57:25 +00:00