Giter Club home page Giter Club logo

Comments (3)

realstolz avatar realstolz commented on June 14, 2024

按照wukong的架构,分成proxy和engine,proxy(运行console)负责发送sparql query给engine,engine负责执行具体的sparql query。你要看执行,在engine.hpp

wukong存储不是用三元组,采用graph model,底层实现是kvstore。设计可以见paper,存储(gstore)代码在 dgraph.hpp和gstore.hpp。因为kvstore存储(hash),lookup是使用hash,但是wukong采用的vertex decomposition设计(见paper的predicate-based store),所以hash的输入有 subject/object+predicate+direction构成。

from wukong.

submission-550 avatar submission-550 commented on June 14, 2024

谢谢老师,请问RoCE版本的代码现在合起来了吗?

from wukong.

realstolz avatar realstolz commented on June 14, 2024

wukong使用的rdma-lib已经完成了RoCE的支持,用在了我们另一个项目DrTM+H上(OSDI 2018)。我们正在wukong上移植新的rdma-lib实现,会很快完成。但可能需要更多的时间等wukong其他部分的实现相对稳定后,才会push到github的repo上

from wukong.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.