|
hi Dave. Thank you. I became study very intelligibly.
i try using VSD tool . but very difficult... have are documents?
Please teach me the verification method of operation at the time of changing "PARTITION BY RANGE" clause.
----- DDL ------------------- Create Table TEST_TABLE( idx int, AccountID varchar(10), OrderNo varchar(20), OrderRev varchar(3), Product varchar(20), OrderType varchar(10), LimitPrice varchar(10), OrderDateTime varchar(20), OrderSize varchar(10), primary key(idx) ) PARTITION BY RANGE ( IDX ) ( VALUES BETWEEN 0 AND 1000, VALUES BETWEEN 1001 AND 2000, VALUES BETWEEN 2001 AND 3000, VALUES BETWEEN 3001 AND 4000, VALUES BETWEEN 4001 AND 5000, VALUES BETWEEN 5001 AND 6000, VALUES BETWEEN 6001 AND 7000, VALUES BETWEEN 7001 AND 8000, VALUES BETWEEN 8001 AND 9000, VALUES BETWEEN 9001 AND 10000 ); ------------------------------
In this case ... If data registration is performed when the server of six nodes has started in one machine, do I divide and register with six nodes? Do I hear that for example, I will be registered every 50Records to each node if the data of 10000 affairs is registered?
ex) node.1 idx=0 : : idx=1000
node.2 idx=1001 : : idx=2000
node.3 idx=1001 : : idx=2000 : :
Is there any method of verifying and checking the state of this node visually?
thak you. -- yonyon
|