Git Product home page Git Product logo

Comments (2)

yaledb avatar yaledb commented on June 12, 2024

Thanks for you interest.

  1. First, you should make sure your deploy-run.conf file is correct, the format for each line is Node id=replica:partition:cores:host:port. If you have 2 partitions, it may look like:
    node0=0:0:8:128.36.232.18:51262
    node1=0:1:8:128.36.232.12:51261

Note that 0:0 and 0:1 means you have 2 partitions in 1 replica.
2. While running multiple machines, you should make sure each machine has the same user name and can ssh the other machines without password, like "ssh 128.26.232.18". Also you need to make sure each machine has the exactly the same code, so if you change the code, you should make sure all machines have the same code, and you should build the same code using make on each machine.

Hope this helps. Let me know if it still doesn't work. Thanks.

from calvin.

yaledb avatar yaledb commented on June 12, 2024

Note that, changed MAX_BATCH_SIZE to a bigger number(say 500) in sequencer/sequencer.h, you can get more throughput for micro benchmark.

Hope this helps.
Kun Ren ([email protected])

from calvin.

Related Issues (7)

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.