Memsql, is it possible to add more leaf nodes on the same machine?

I have set up a functional test with Memsql on a machine with node aggregation on port 3307 and leaf node 3306. Additional cpu can be added as running queries. Hence, is it possible to add more leaf nodes on one machine to take advantage of the available resource?

I tried to add a leaf node using the UI on port 9000 and get this message:

Cannot use web ui to deploy additional leaf nodes to hosts which already have at least one leaf node.

      

+3


source to share


1 answer


As the error shows, web ui does not support adding more sheets to the same computer. However, you can add more sheets to the same computer via the command line:

memsql-ops memsql-deploy --role leaf --port 9000

      



While web-ui cannot add a new sheet, it can manage it after adding it from the command line.

+2


source







All Articles