apache / apache/incubator-graphar
[Feat] Support version management based on time, aka partition support
- Dominant language
- C++
- Stars
- 373
- Forks
- 93
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 7
Description
**Is your feature request related to a problem? Please describe.**
In real use cases, the graph data is usually continuously changing, thus requiring the management of different versions of the data. For instance, obtaining the snapshot of the graph for a specific time point. To support such use cases, GraphAr must include extra meta information in order to organize the data files in a time-aware manner. While taking into consideration the space occupied by the data, the time performance for snapshot retrieval should also be concerned.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.