Go Client
- We have a Go client which supports queries and mutations over grpc. We observed significant improvements in the processing time for the Go client which uses protocol buffers compared to the time for JSON conversion.
Optimizations
- Value property in an edge is stored as
[]byteinstead ofinterface{}. This led to improvements in the processing of the internal Subgraph structure.