[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: storing xml files into database

  • From: Bill Lindsey <bill@b...>
  • To: chrisp@e...
  • Date: Mon, 10 Sep 2001 20:28:39 -0700

storing word files in database
Hi Chris,

Yes, B-Bop's Xfinity server can (and does) evaluate queries
across large document collections as a single operation.
The query performance cost of increasing the collection size
is typically on the order of O(log n).    

We do node level indexing. Attribute values and 
PCDATA text is indexed, with the limitation Chris Maden 
mentioned. Our currently shipping version, does not
include a full-text, inverted word index.
  
For the kind of application with a single, very stable, data 
oriented schema, the "table-per-element-type" approach might 
get you faster query results.

If you're not running queries across documents or assembling
fragments from many documents, a "BLOB" approach will give
you better space utilization.

I'm comfortable with our technology's ability to store, index,
query and faithfully reconstruct any well formed documents 
(or document fragments).

Bill Lindsey
B-Bop

Chris Parkerson wrote:
> 
> Chris:
> 
> I'm curious, is B-Bop able to do cross-document XPath queries?  I'm
> curious if they've got that working.  This is what most of our customers
> want to do and they want to do it over thousands of documents.  Do they
> do node level indexing, especially word indexing (for word searches) on
> individual text nodes?
> 
> If someone (or some company) actually gets the XML data model to work
> really well for any arbitrary XML document on top of the relational data
> model, I will be very impressed (and will buy stock in whoever does it
> ;->).  What I've found is that such a model works for a subset of XML
> documents, but tends to fail on other sets.  Our goal is to work well
> with ANY XML document, as long as it is well-formed.  And so far, we've
> been able to do that pretty darn well ;->

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.