Is your feature request related to a problem? Please describe
With the current implementation of CompositeDirectory for Writeable Warm, we are maintaining separate index inputs for full file and block file. We need an index input which can wrap both the full file and block files and switch dynamically at run-time. The primary use case for this index input is moving away from the full file to block even if the full file is actively referenced in the File Cache.
Describe the solution you'd like
TBD (Will add detailed LLD for this)
Related component
Storage
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe
With the current implementation of CompositeDirectory for Writeable Warm, we are maintaining separate index inputs for full file and block file. We need an index input which can wrap both the full file and block files and switch dynamically at run-time. The primary use case for this index input is moving away from the full file to block even if the full file is actively referenced in the File Cache.
Describe the solution you'd like
TBD (Will add detailed LLD for this)
Related component
Storage
Describe alternatives you've considered
No response
Additional context
No response