on 2025 Feb 28 2:30 AM
Hi experts,
For example, the datasource 2LIS_03_BF had added a new field F1
and in the cmod , the code using "select" like "select ... into .... from EKKN for all entries in E_D_DATA.... ".
IF 2LIS_03_BF extracted 10000 records with full extraction one time ,
my question is how many times the "select" occured ? 10000 times too ?
Request clarification before answering.
Select statement hits database once per one package. For example total records extracted are 100000, and package size is 10000 then in total select is going to run 10 times.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
15 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.