rafsun42 opened a new pull request, #1307:
URL: https://github.com/apache/age/pull/1307
Changes:
- Added the agtype_raw module, which contains helper functions to
build agtype directly without building an agtype_value first
- Optimize _agtype_build_vertex and _agtype_build_edge functions
The agtype_raw module:
Inserting a composite agtype (i.e. object) into another agtype
(i.e. as an array element) requires the first agtype to be deserialized
into agtype_value. Then, the agtype_value to be serialized back into
the second agtype.
This module provides functions that can perform such insertion without
deserializing first. It is meant to speed up queries that does
deserialization-serialization back and forth involving deeply nested
agtype objects.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]