First page Back Continue Last page Overview Graphics
Storing XML Docs as LOBs
Works well for storing/retrieving full docs
But bad performance if
- Need to apply predicates on XML documents
- Would like to select only some elements
- Need to parse XML during query execution
Notes: