db H2 / h2 / h2 cluster / cubrid

s

 

Version 1.4.193 (2016-10-31), Beta

http://www.h2database.com/h2-setup-2016-10-31.exe

http://www.h2database.com/h2-2016-10-31.zip

Unzip the h2-2016-10-31.zip file and prepare to modify the content of h2.bat

Content before modification

@java -cp "h2-1.4.193.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Console %*
@if errorlevel 1 pause

 Modified content

@java -cp "h2-1.4.193.jar;%H2DRIVERS%;%CLASSPATH%" org.h2.tools.Server -tcpAllowOthers -webAllowOthers -webPort 8090 %*
@if errorlevel 1 pause

After modification, after installing jdk1.8 32-bit, DOS can start C:\h2-2016-10-31\h2\bin\h2.bat.

 

 

H2 database cluster 

http://blog.csdn.net/Drizzt0878/article/details/50765314

  1. H2 database cluster
    1. Introduction to H2 Database
      1. 1 H2 database advantages
      2. 2 H2 features
        1. 21 Main Features
        2. 22 Other features
      3. 3 Connection Mode
        1. 31 Inline mode
        2. 32 server mode
        3. 33 Blend Modes
        4. 34 Overview of Database URLs
        5. 35 Command Line Tools
  2. H2 installation and server mode startup
    1. 1 H2 installation and maintenance
      1. 11 Download the installation file
      2. 12 Install and start in server mode
  3. H2 cluster
    1. 1 Cluster overview
    2. 2 Create a cluster
    3. 3 Detect the cluster in the running state
    4. 4 Cluster Limits
  4. Stability and Availability
    1. 1 Test comparison
    2. 2 Host configuration
    3. 3 Comparison of single node single database and cluster
      1. 31 Test scenarios
      2. 32 test steps
      3. 33 Test results
    4. 4 Query verification under the cluster
      1. 41 Test scenarios
    5. 5 Usability testing
      1. 51 Test scenarios
        1. 511 Test Scenario 1
        2. 511 Test Scenario 2
      2. 7 Results Analysis
      3. Remark

 

 

end

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326476398&siteId=291194637