Alan,
Thanks... I'm keeping the "parsed" response in DB2, with the path to the IFS file containing the ZPL (printer) data. I will probably keep that data indefinitely.
The only reason to retain the ZPL data is if someone needs to "reprint" a label. That should only ever occur on the same day. So maybe saving it in DB2 is overkill? I really just wanted to see if I could it.
Thanks! At least I know I'm on the right track.
Greg
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Alan Shore via RPG400-L
Sent: Friday, July 24, 2020 4:49 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Cc: Alan Shore <ashore@xxxxxxxx>
Subject: RE: [EXTERNAL] IFS text file versus CLOB field
Hi Greg
In my opinion, its going to be dependent on the reason you are storing the data
Any web service call we make, we save the request and response down in the ifs, just in case we need the data for investigation reasons
We have a separate file that holds the path of the request and the path of the response, keyed by the order number, the type of web service call, the timestamp of the request etc.
However, if this data needs to be used multiple times in its life, I would go with holding it in DB2 for easier access
Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Greg Wilburn
Sent: Friday, July 24, 2020 4:40 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: [EXTERNAL] IFS text file versus CLOB field
Seeking opinions on which of these methods is most "efficient" in the use of space category...
I am storing about 33K of ZPL data in a text file on the IFS.
I am also storing the same ZPL data in a DB2 table (along with a few other character and numeric fields).
The field is defined as ZPLII CLOB(65535) NOT NULL DEFAULT ''
Just wondering if I'm better off retaining this data on the IFS or DB2.
We will likely purge the ZPL data after 30 days.
TIA
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.