How does db2 simulate the script used by indobt transactions
This article will explain in detail how db2 simulates the script used by indobt transactions. The editor thinks it is very practical, so I share it for you as a reference. I hope you can get something after reading this article.
Kill-9 13536 db2 "create database partition group dpg1t5 on dbpartitionnums (1 to 5)" db2 "create tablespace data in database partition group dpg1t5" db2 drop table t20180926 db2 "create table t20180926 (id int not null primary key generated by default as identity (start with 1 increment by 1 no cache no order no maxvalue), name varchar (10)) distribute by hash (id) in data" iTuno while ((I)