I´ve got a quick question to the Oracle XML DB experts:
I measured the insert performance of several large xml files. In theory XMLType CLOB should have a unrivaled insert performance, because the inserted XML document is directly written in a character large object, no conversion needed. But my measurements suggest that the insert in the XMLType BINARY column is much faster, although it is a preparsed binary format. Can someone tell me how this is possible?