- Убран latestCDNRowsBySource; expanded BIRD preview генерируется on-demand - Batch AS meta updates; миграция perf-индексов 000012 - VirtualPrefixList для preview префиксов; метрики pipeline refresh - PolitePause для RIPEstat после cache miss Co-authored-by: Cursor <[email protected]>
9 lines
192 B
Go
9 lines
192 B
Go
package store
|
|
|
|
// ASEntryResolveMetaUpdate is one row for batch AS resolve metadata writes.
|
|
type ASEntryResolveMetaUpdate struct {
|
|
EntryID string
|
|
ASNName string
|
|
PrefixCount int64
|
|
}
|