Scaling GraphEngine

I don't see any documentation on scaling GraphEngine.

I am confused how this works. I've seen that there is a "distributed" mode. I can add servers and connect, but I cannot get the data to be used in both places.

LocalStorage vs CloudStorage is confusing. It doesn't look like you can query on CloudStorage as well (for data that might exist in multiple locations).

Do you have any examples of this? I would be very grateful.

+3


source to share


1 answer


If you mean LINQ interfaces on demand, then there is currently no native LINQ support over cloud storage. However, it should be easy to write a wrapper handler that sends the request to the cloud and let each server collect data using LINQ and then aggregate together.



Could you develop your own script? It would be interesting to see how the user wants to query the distributed cluster.

+1


source







All Articles