Versions available for this page: CUBRID 8.4.3 | CUBRID 9.0.0 |
The CUBRID SHARD to be explained consists of four CUBRID SHARD DBs as shown below. The application uses the JDBC interface to process user requests.

As shown in the example above, after each shard DB node creates a shard DB and a user account, it starts the instance of the database.
sh> # Creating CUBRID SHARD DB
sh> cubrid createdb shard1
sh> # Creating CUBRID SHARD user account
sh> csql -S -u dba shard1 -c "create user shard password 'shard123'"
sh> # Starting CUBRID SHARD DB
sh> cubrid server start shard1