-
Notifications
You must be signed in to change notification settings - Fork 1
Store table schema in SpaceInfo #13
Copy link
Copy link
Closed
Labels
EnhancementTasks related to code enhancements/refactorsTasks related to code enhancements/refactorsneeds-decisionRequires a maintainer product or compatibility decisionRequires a maintainer product or compatibility decisionrelease-hardeningShould be resolved or explicitly accepted before 1.0.0Should be resolved or explicitly accepted before 1.0.0
Milestone
Description
Metadata
Metadata
Assignees
Labels
EnhancementTasks related to code enhancements/refactorsTasks related to code enhancements/refactorsneeds-decisionRequires a maintainer product or compatibility decisionRequires a maintainer product or compatibility decisionrelease-hardeningShould be resolved or explicitly accepted before 1.0.0Should be resolved or explicitly accepted before 1.0.0
Currently the table schema is not stored to data files when they are persisted. The data is just written using serialization from
rkyv.However, for the CLI tool that allows reading of the data files it is necessary to be able to read the data without prior knowledge of the schema. It is necessary to to add representation of the schema to
SpaceInfo.Migrated from pathscale/wt-dead#24. Originally opened by @a-rodin on 2024-12-05T11:54:31Z.