× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Bradley

I have never understod why we want to store hierachical data in a
relational DB
it simply doesn't make sense.

Trying to fetch/&select data out of such database based on XPATH in the
hierachical
structure will cause a huge processing overload.

On Fri, Oct 2, 2015 at 2:11 PM, Bradley Stone <bvstone@xxxxxxxxx> wrote:

There's a difference between storing it as the original data (as a record
of what you received) and storing it to use for all interaction with the
data. That's what the reference was.

But I strongly agree stream files vs BLOB/CLOB for storage is the way to
go.

Brad
www.bvstools.com

On Fri, Oct 2, 2015 at 1:48 AM, Henrik Rützou <hr@xxxxxxxxxxxx> wrote:

Weel If you use XML or JSON to send business documents like an
invoice many countries laws require you to store the recieved data
in the original format.

However using BLOB or CLOB in DB2 is a bad idear:

a. how do you display or edit a XML of JSON document in a BLOB/CLOB
field? There are no simple editors!

b. How do you copy a BLOB/CLOB field from one row to another?

c. how do you handle different Unicode codepages like UTF-8 or UTF-16
in RPG/COBOL?

d. Over time the DB table with BLOB/CLOB storage extension will grow
in size.

It is much easier to store the received data in IFS files and then store
the file name in a DB2 field.

One can structure ones IFS files in dir's e.g. per year or per
customer/supplier/
document type.

All PC tools will work directly on IFS files, none will work on BLOB/CLOB
fields.

This is not only for XML/JSON but also for binary data such as JPEG,
GIF's
etc.



On Fri, Oct 2, 2015 at 5:37 AM, Bradley Stone <bvstone@xxxxxxxxx> wrote:

I couldn't agree more about XML, JSON, <whatever it is next week> as
far
as
transport vs storage.

The only thing I can think of why you would store in JSON vs a RDB is
because it's "hip". Wow.. that made me sound older than I am.. haha.

Brad
www.bvstools.com


--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.