Skip to content

vineyard v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 13:51
· 388 commits to main since this release

Vineyard v0.15.0 brings the following two key enhancements:

  • Enable delta encoding + varint compression for CSR to reduce the memory usage of graph data structure
  • Add backup and failure functionality to vineyardctl interfaces.

Commits

  • [b3e01845]: Bump up vineyard version to v0.15.0 (Tao He)
  • [286a3300]: Fixes a bug in arrow fragment builder for local vertex map (Tao He)
  • [1e1b3998]: Fixes the typename generation for fragment types (#1411) (Tao He)
  • [e77ed2b5]: Fixes the delta decoding of compact CSR (#1410) (Tao He)
  • [9da4c149]: Fixes the exception during resolving path of vineyardd. (#1409) (Tao He)
  • [b8930aeb]: Support to deploy the backup and recover job with an existing pvc (#1407) (Ye Cao)
  • [b9e5ed73]: Fix a bug to avoid the panic 'interger divide by zero' during scheduling (#1405) (Ye Cao)