storj/satellite/satellitedb/dbx
Kaloyan Raev 4d32bdaefb satellite/satellitedb: drop bucket_metainfos_name_project_id_key index
This index is obsolete and duplicates a similiar (project_id, name)
index on the same table.

Moreover, it might confuse CockroachDB which of the two index to use,
which may might affect DB performance.

Change-Id: If8d1df8347714942cea9dca82864ba5f4973bed3
2021-01-28 09:06:22 +02:00
..
templates satellite/dbx: standardize on assignment 2020-12-01 16:10:18 +00:00
cockroach.go satellite/dbx: add retries for QueryRowContext-based operations 2020-11-29 18:09:46 -07:00
gen.go satellite/dbx: only retry with cockroach 2020-11-29 18:10:07 -07:00
gen.sh satellite/satellitedb: add lint ignore rule to support staticcheck 2020.2 2020-12-14 21:16:31 +00:00
satellitedb.dbx satellite/satellitedb: drop bucket_metainfos_name_project_id_key index 2021-01-28 09:06:22 +02:00
satellitedb.dbx.go satellite/satellitedb: drop bucket_metainfos_name_project_id_key index 2021-01-28 09:06:22 +02:00
satellitedb.dbx.pgx.sql satellite/satellitedb: drop bucket_metainfos_name_project_id_key index 2021-01-28 09:06:22 +02:00
satellitedb.dbx.pgxcockroach.sql satellite/satellitedb: drop bucket_metainfos_name_project_id_key index 2021-01-28 09:06:22 +02:00