Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 182
    • Merge requests 182
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !49560

Merged
Created Jan 11, 2022 by Marcin Jerzy Nowak@mnowakDeveloper

Introduce index synchronisation between Containers in a DB

  • Overview 65
  • Commits 10
  • Pipelines 6
  • Changes 17

Database option INDEX_MASTER will turn on index synchronization between containers in a DB. Option value can be a conainter name or "", which means syncing to the biggest container (checked every commit).
Example usage:
SvcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = 'PoolFile1.root'; INDEX_MASTER = '
'" ]
SvcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = 'PoolFile1.root'; INDEX_MASTER = 'POOLContainer(DataHeader)'" ]

Intended usage - combining container trees as friends

Edited Jan 18, 2022 by Marcin Jerzy Nowak
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: index.synch