storj/satellite/accounting
Michał Niewrzał 0ca7583282 satellite/accounting: add total for bytes and segments to tallies
We want to calculate bucket tally only from iterating objects.
Object currently has an info about totals for bytes and segments.
We need to adjust tallies to keep those totals. Older entries will
be untouched and code will use totals only if available. Change
is adding columns for totals to bucket_storage_tally table and
is adding general handling for them.

Next step is to start using total columns instead of inline/remote.
This will be done with next change.

Change-Id: I37fed1b327789efcf1d0570318aee3045db17fad
2021-07-01 08:52:32 +00:00
..
live satellite/satellitedb: use AS OF SYSTEM TIME for GetProjectBandwidth query 2021-06-28 15:19:47 +00:00
projectbwcleanup satellite/accounting: fix as of system interval value for some tests 2021-06-29 10:16:48 +00:00
rollup testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00
rolluparchive testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00
tally satellite/metaloop: missing monitoring on observers 2021-06-15 13:39:13 +00:00
billing_test.go satellite/repair: migrate to new repair_queue table 2021-06-30 17:12:24 +02:00
bucketstats.go satellite/accounting: add total for bytes and segments to tallies 2021-07-01 08:52:32 +00:00
bucketusage.go satellite/accounting: add total for bytes and segments to tallies 2021-07-01 08:52:32 +00:00
common.go all: fix error naming 2021-04-29 15:38:21 +03:00
db_test.go satellite/metabase: move package one level higher 2021-04-21 15:54:22 +03:00
db.go satellite/accounting: add total for bytes and segments to tallies 2021-07-01 08:52:32 +00:00
projectlimitcache_test.go satellite/console: change default project and usage limits 2021-03-24 14:24:27 +00:00
projectlimitcache.go all: fix error naming 2021-04-29 15:38:21 +03:00
projectusage_test.go satellite/accounting: fix as of system interval value for some tests 2021-06-29 10:16:48 +00:00
projectusage.go satellite/satellitedb: use AS OF SYSTEM TIME for GetProjectBandwidth query 2021-06-28 15:19:47 +00:00