![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am not sure is (1) Drop table and re-create TABLE again, or (2) Delete from table every time (the table is created by SQL but not journaling) which one is more efficiency(or faster) on iSeries. Thanks. |
#3
| |||
| |||
|
|
I am not sure is (1) Drop table and re-create TABLE again, or (2) Delete from table every time (the table is created by SQL but not journaling) which one is more efficiency(or faster) on iSeries. Thanks. |
#4
| |||
| |||
|
|
Hi, when you want to delete all the records from the file it does a CLRPFM actually. Should be faster than a DROP and CREATE. Rgdz Henk andrewwang1 (AT) yahoo (DOT) com> schreef in bericht news:2070255007.1138255462688.JavaMail.wassrvr@lts gwas 007.sby.ibm.com... I am not sure is (1) Drop table and re-create TABLE again, or (2) Delete from table every time (the table is created by SQL but not journaling) which one is more efficiency(or faster) on iSeries. Thanks. |
#5
| |||
| |||
|
|
This is valid ONLY if you are on V5R3... Regards Luis Rodriguez Hi, when you want to delete all the records from the file it does a CLRPFM actually. Should be faster than a DROP and CREATE. Rgdz Henk andrewwang1 (AT) yahoo (DOT) com> schreef in bericht news:2070255007.1138255462688.JavaMail.wassrvr@lts gwas 007.sby.ibm.com... I am not sure is (1) Drop table and re-create TABLE again, or (2) Delete from table every time (the table is created by SQL but not journaling) which one is more efficiency(or faster) on iSeries. Thanks. |
#6
| |||
| |||
|
|
CLRPFM is the best way to clear an As/400 PF/table for a long long time |
|
nothing to do with V5R3 if that is what u r asking luis.rodriguez (AT) romal (DOT) net wrote: This is valid ONLY if you are on V5R3... Regards Luis Rodriguez Hi, when you want to delete all the records from the file it does a CLRPFM actually. Should be faster than a DROP and CREATE. Rgdz Henk andrewwang1 (AT) yahoo (DOT) com> schreef in bericht news:2070255007.1138255462688.JavaMail.wassrvr@lts gwas 007.sby.ibm.com... I am not sure is (1) Drop table and re-create TABLE again, or (2) Delete from table every time (the table is created by SQL but not journaling) which one is more efficiency(or faster) on iSeries. Thanks. |
#7
| |||
| |||
|
|
I am not sure is (1) Drop table and re-create TABLE again, or (2) Delete from table every time (the table is created by SQL but not journaling) which one is more efficiency(or faster) on iSeries. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |