storj/satellite/nodeselection/uploadselection
paul cannon 75d10fe4fa satellite/overlay: use UploadSelectionCache for GetNodesNetworkInOrder
The query for GetNodesNetworkInOrder is causing far too much load on the
database. Since it is not critical that the repair checker have
perfectly up-to-date node network information, we can use a cache
instead.

Change-Id: I07ad45bfdeb46529da093941a06c2da8a00ce878
2023-05-16 17:32:09 +00:00
..
common.go satellite/nodeselection: flexible interface to includes nodes in selection 2021-10-26 11:01:33 +00:00
criteria_test.go satellite/nodeselection: add geofencing constraints to the node selection criteria 2021-11-08 17:04:31 +00:00
criteria.go satellite/repairer: handle excluded countries 2022-03-14 10:59:36 -04:00
node.go satellite/nodeselection: add geofencing constraints to the node selection criteria 2021-11-08 17:04:31 +00:00
selector_test.go satellite/nodeselection: flexible interface to includes nodes in selection 2021-10-26 11:01:33 +00:00
selector.go satellite/nodeselection: flexible interface to includes nodes in selection 2021-10-26 11:01:33 +00:00
state_test.go satellite/overlay: configurable meaning of last_net 2023-03-09 02:20:12 +00:00
state.go satellite/overlay: use UploadSelectionCache for GetNodesNetworkInOrder 2023-05-16 17:32:09 +00:00