Hi all,

With ArangoDB, is it feasible for an external process to open the data 
files of a live database server in read-only mode, and perform graph 
traversal using them?

Assuming competent c++ developers and a willingness to read, patch and 
customize Arango source, but not rewrite half of it.

(We are trying to traverse large graphs with filters that cannot be 
efficiently implemented on the server side. We can live with the overhead 
of mmap over nfs, but wish to avoid the overhead of tens of thousands of 
http requests.)

-Alexandre Rostovtsev.

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to