Stay in touch …

FreeDB2

Archives

Everything you ever wanted to know about a DB2 table but did not know where to look

Just like any other DBMS, DB2 keeps all of your data in tables. The tables are organized in a usual i.e. data is stored in rows with each row having one or more columns. This is true even in the case when the data that is stored as XML. Hopefully it is not a surprise that DB2 Express-C has a “hybrid” storage engine that stores both relational data and XML data in their native formats. We call DB2′s ability to deal with XML data “pureXML”. For XML, this means that XML documents are stored in DB2 as pre-parsed [...]

Read …