Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • F frocksdb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • rui xia
  • frocksdb
  • Repository
  • frocksdb
  • db
  • db_tailing_iter_test.cc
Find file BlameHistoryPermalink
  • Venkatesh Radhakrishnan's avatar
    Free file iterators for files which are above the iterate upper bound to Improve memory utilization · 1b114eed
    Venkatesh Radhakrishnan authored Aug 19, 2015
    Summary:
    This diff improves the memory utilization for tailing iterators RocksDB,
    by freeing file iterators which are over the upper bound.
    It is an updating on Siying's original diff for improving the memory usage for
    tailing iterators. The changes for the seek and next path are now complete
    and a test has been added to exercise these paths while deleting file iterators
    which are above the upper bound.
    
    Test Plan: db_tailing_iter_test.TailingIteratorTrimSeekToNext
    
    Reviewers: march, tnovak, sdong
    
    Reviewed By: sdong
    
    Subscribers: dhruba
    
    Differential Revision: https://reviews.facebook.net/D43833
    1b114eed