You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phases: 2,3 Descriptions: Directory layout, (de)compression, archival, export to S3, out of order backfill writing, single block API, no history and full history modes
The goal for the first iteration of the persistence layer is to lay the ground work, wire the core logic and make it work. Having that base will allow us to easily iterate over the functionality and extend/change it in the later iterations. The first iteration must include the ability to read/write blocks as a file, compress/decompress block files, archive/retrieve block files. The epic #309 very well describes and defines the goals and scope of the first iteration of the persistence layer. Later iterations must improve and make more reliable the core logic that is being introduced with this iteration.
The content you are editing has changed. Please copy your edits and refresh the page.
Overview
Phases: 2,3
Descriptions: Directory layout, (de)compression, archival, export to S3, out of order backfill writing, single block API, no history and full history modes
Iteration 1 (defined by #309)
The goal for the first iteration of the persistence layer is to lay the ground work, wire the core logic and make it work. Having that base will allow us to easily iterate over the functionality and extend/change it in the later iterations. The first iteration must include the ability to read/write blocks as a file, compress/decompress block files, archive/retrieve block files. The epic #309 very well describes and defines the goals and scope of the first iteration of the persistence layer. Later iterations must improve and make more reliable the core logic that is being introduced with this iteration.
Tasks
The text was updated successfully, but these errors were encountered: