storj/satellite/accounting
Michal Niewrzal 2b2bca8e81 satellite/accounting/tally: save tallies in a batches
Because we are saving all tallies as a single SQL statement we finally
reached maximum message size. With this change we will call SaveTallies multiple times in batches.

https://github.com/storj/storj/issues/5977

Change-Id: I0c7dd27779b1743ede66448fb891e65c361aa3b0
2023-06-22 17:02:26 +00:00
..
live satellite/accounting/live: replace address parsing with redis util 2023-04-05 13:20:11 +00:00
nodetally satellite/metabase/rangedloop: move Segment definition 2023-05-16 12:37:17 +00:00
projectbwcleanup satellite/satellitedb: create index for interval_day for project_bandwidth_daily_rollup 2023-02-03 10:02:58 +00:00
rollup satellite/accounting: Use metabase.AliasPiece with tally observer 2023-03-29 12:24:05 +00:00
rolluparchive satellites/orders: populate egress_dead in project_bandwidth_daily_rollups 2021-10-06 16:54:49 +00:00
tally satellite/accounting/tally: save tallies in a batches 2023-06-22 17:02:26 +00:00
billing_test.go satellite/{accounting,satellitedb}: create tallies for empty buckets 2023-05-25 19:48:59 +00:00
bucketstats.go satellite/accounting/tally: calculate pending object count 2023-06-09 10:15:27 +00:00
bucketusage.go satellite/accounting/tally: use objects iterator instead metaloop 2021-07-20 15:52:18 +00:00
common.go all: fix error naming 2021-04-29 15:38:21 +03:00
db_test.go satellite/accounting: Use metabase.AliasPiece with tally observer 2023-03-29 12:24:05 +00:00
db.go satellite/{accounting,satellitedb}: create tallies for empty buckets 2023-05-25 19:48:59 +00:00
projectlimitcache_test.go satellite/metainfo: use project limit cache with limiter 2023-03-14 08:11:11 +00:00
projectlimitcache.go satellite/*: use typed lrucache and ReadCache 2023-04-21 10:49:08 +00:00
projectusage_test.go satellite/metabase: add piece size calculation to segment 2023-02-22 11:04:02 +00:00
projectusage.go satellite/accounting: update GetProjectSegmentLimit to fix bug 2023-03-31 11:47:21 +00:00