Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Conversation

rashtao
Copy link
Contributor

@rashtao rashtao commented Mar 1, 2025

This PR simplifies the structure of the data taking advantage of ArangoDB multi-model capabilities and storing properties as embedded key-value map in the edge or vertex documents.

This improves performances and provides atomic updates for properties.

@rashtao rashtao requested a review from arcanefoam March 1, 2025 10:53
@m4ttek
Copy link

m4ttek commented Mar 7, 2025

Hi,

I'm considering using tinkerpop with arangodb in my project for querying gathered open telemetry trace data. Will those changes be merged in the nearest possible time?

@rashtao
Copy link
Contributor Author

rashtao commented Mar 7, 2025

@arcanefoam any update?

@arcanefoam
Copy link
Collaborator

Hi, sorry for the delay but I was away dealing with some personal issues. I will have time next week to look into this and the release.

Copy link
Collaborator

@arcanefoam arcanefoam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To clarify, properties are no longer stored as nodes in the graph, but as key=>value pairs in the node/edge document?

@rashtao
Copy link
Contributor Author

rashtao commented Mar 15, 2025

yes, exactly

@arcanefoam arcanefoam merged commit 6bfbc7f into ArangoDB-Community:master Mar 19, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants