You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently, the Docker image provides a single-node setup which might not be sufficient for some use cases.
Proposal
I suggest adding a button to the Docker image which will allow users to add 2 more nodes to the existing single-node setup of Vertica database on the same local machine. This will provide more scalability and flexibility to the users.
Benefits
Adds scalability to the existing Docker image of Vertica database
Provides flexibility to the users for adding more nodes as per their requirement
Simplifies the process of adding more nodes for the users
Implementation
The implementation of this feature can be done by creating a script which will handle the process of adding 2 more nodes to the existing setup. This script can be triggered by clicking on the button.
In order to make it possible to add nodes, instead of IP address "127.0.0.1" which is often referred to as "localhost" address for a single node, use a private network IP range like 10.0.0.1,10.0.0.2,10.0.0.3
The text was updated successfully, but these errors were encountered:
I am not sure to understand but this repo is dedicated to providing an easy to install environment where users can get started with Vertica/Verticapy and test some features.
Having a multi-node cluster as an easy-to-install environment for users to get started with VerticaPy and test its features can provide several benefits even though it is not intended for production high availability. First, a multi-node cluster enables users to experience the benefits of data segmentation, which helps distribute the load and improve system performance. This can be part of testing and evaluating the features of VerticaPy.
Second, a multi-node cluster provides users with greater flexibility to experiment with different configurations, such as adding nodes to increase disk space or improving K-safety. This can help users understand the different capabilities and limitations of Vertica. And finally, a multi-node cluster allows users to get DBD schema or similar queries plan like they will on a multi-node production cluster.
Problem
Currently, the Docker image provides a single-node setup which might not be sufficient for some use cases.
Proposal
I suggest adding a button to the Docker image which will allow users to add 2 more nodes to the existing single-node setup of Vertica database on the same local machine. This will provide more scalability and flexibility to the users.
Benefits
Implementation
The implementation of this feature can be done by creating a script which will handle the process of adding 2 more nodes to the existing setup. This script can be triggered by clicking on the button.
In order to make it possible to add nodes, instead of IP address "127.0.0.1" which is often referred to as "localhost" address for a single node, use a private network IP range like 10.0.0.1,10.0.0.2,10.0.0.3
The text was updated successfully, but these errors were encountered: