-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Enhancement
- The latency of reading pages from PageStorage, and some breakdown:
- latency of getting PageEntry from PageDirectory
- latency of reading PageData from BlobStore
- The latency of writing pages into PageStorage, and some breakdown:
- latency of getting insert offset by SpaceMap
- latency of persisting PageData into BlobFile
- latency of applying changes into PageDirectory
- Breakdown the duration time of PageStorage GC
- The number of pages in memory
- The number of log files on disk
- The total size of log files on disk
- The memory usage when running GC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.