Multitenancy (we are doing this ourselves with a prefix and it’s not super) Doing this in the foss version would be the real gift.
gRPC streaming mutations and gRPC streaming responses. Heck just gRPC the whole shebang.
string manipulation functions would be a nice to have.
we have to do a sad amount of extra work to filter edges by lists of (time)ranges. In the current system that would mean supporting lists as facets and supporting a range predicate with filters that could work on it… Ok that’s a big one but it would remove 2/3 of our graph.
Ahhh… Could be a docs issue. I’d have to find the part that led me to that (or… That I misread). Trying to find it again, I see some changes in 1.12, and MR#4819 with bg index.
default values with a directive would be much better. Right now a default value with lambda requires a custom mutation which then you lose the benefit of creating deeply nested data in a single mutation. You couldn’t for instance create a author with a post and have a default value on the post unless now you created two lambda mutations, one for just a new post and one for a new post with author.
I hope there can be synchronous transactions, which can directly sense that the transaction has been completed.
More detailed log information, such as downtime log.
Java connection management: after the node is down, the connection of the node will be skipped. At the same time, the connection will be restored after the node is restored.
The cluster can have higher stability for concurrent requests. Now there will be node downtime and connection exception.