There is a new flavor of XML out on the market. It is the Efficient XML Interchange (EXI). This was developed by AgileDelta. The goal is to make XML smaller and faster. They do this by implementing a unique approach to file compression. The great thing about EXI is that it is compatible with XML. Specifically the tools you use for XML will work with EXI.
Digging Deeper into DEPTREE_TEMPTAB
-
I had previously written about running a script to set up the
DEPTREE_TEMPTAB table in my schema. I knew it was used to track
dependencies. But I knew li...