loadNewFileStats might take a long time if stats collection is running behind (e.g. sstables are backed by object storage). We only check d.closed in the beginning, then try to process all updated files:
|
func (d *DB) loadNewFileStats( |
Jira issue: PEBBLE-1346
loadNewFileStats might take a long time if stats collection is running behind (e.g. sstables are backed by object storage). We only check
d.closedin the beginning, then try to process all updated files:pebble/table_stats.go
Line 165 in d8d0e1e
Jira issue: PEBBLE-1346