472,780 Members | 1,850 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,780 software developers and data experts.

PureXML

Does PureXML use bufferpools for all the data stored?

I am assuming that PureXML is faster than XML Extender at shredding data,
but is not faster than relational (without LOB's) in cases where there are
no XML documents (other than people trying to force a schema into an XML
document).
Jul 23 '08 #1
3 1883
Mark A wrote:
Does PureXML use bufferpools for all the data stored?
As far as I know only inlined (aka small) XML documents in DB2 9.5.
I am assuming that PureXML is faster than XML Extender at shredding data,
PureXML does not shred data.
but is not faster than relational (without LOB's) in cases where there are
no XML documents (other than people trying to force a schema into an XML
document).
Well, XML documents don't fall out the sky I s'pose.
XML can be a better approach than relational when the schema evolves a
lot. If you have trouble making (and keeping) it square.. XML may be
your friend.

Cheers
Serge

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Jul 23 '08 #2
"Serge Rielau" <sr*****@ca.ibm.comwrote in message
news:6e************@mid.individual.net...
Well, XML documents don't fall out the sky I s'pose.
XML can be a better approach than relational when the schema evolves a
lot. If you have trouble making (and keeping) it square.. XML may be your
friend.

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
I do understand the advantages of XML schemas, but now I need some
information of performance.

I have seen the performance comparison between PureXML and XML Extender, but
I am particularly interested in the performance differences between PureXML
and relational.

If PureXML just uses CLOBs then I already have numbers for the difference
between a CLOB and VARCHAR (or any relational schema without a CLOB).

In the implementation I am looking at, large documents are not really
involved, and all individual segments(?) of the XML schema (what we call
columns in relational) are less than 1K. I want to make sure I am not
misunderstanding something about how PureXML data is stored in this type of
situation. In other words, if each segment (column) is small, can it be
configured to use DB2 bufferpools, or does the whole XML document have to be
small?..
Jul 23 '08 #3
Thanks Matthias!

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Jul 24 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Serge Rielau | last post by:
http://www.ibm.com/software/data/db2/9/ DB2 9 Express C should be coming online soon. Hope to see you there soon :-) Serge -- Serge Rielau DB2 Solutions Development IBM Toronto Lab
2
by: Karstens Rage | last post by:
Sorry if this is a issue that has been discussed before but I am not even sure how to search for something like this. Say I have something that is very vague in terms of its definition. Like...
3
by: db2admin | last post by:
hello, is there any quick way to load xml into DB2 UDB tables
4
by: 2803stan | last post by:
Hi, I need to know if my regular relational database, now in DB2 v9.1 can be transformed to an XML database easily? The data can very easily be represented in XML, but can I convert a regular...
2
by: Sam Durai | last post by:
In Information Center it says; "Restrictions on database partitions - The use of any features of the native XML data store will prevent future use of the database partitioning feature available...
1
by: Ram chandran | last post by:
Can someone tell if DB2 8.2 supports NXD's. Googling revealed that there is some Extender Tk that mangaes XML columns... Now if some experienced guy could clear this I would be glad...
0
by: maism_mca | last post by:
Can any body tell me what is pureXml what r the advantages of this technology and for what resion is so usefull...
2
by: Rajesh Kumar Joshi | last post by:
I have a test table //--------------------------- name varchar(32) version varchar(16) profile XML //--------------------------- The content of the XML file is <sampleprofile ...
0
by: Rajesh Kumar Joshi | last post by:
I have a table with only 1 column as Table : profileTable //-------------- profile XML; //-------------- A sample content of XML file is <sampleprofile name="joe" version="A123">...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.