XML query engines: was RE: Is XML dead already or what?

Borden, Jonathan jborden at mediaone.net
Sun Jan 31 18:39:31 GMT 1999


Paul Prescod wrote:

>
> "Borden, Jonathan" wrote:
> >
> >         I like your criteria. Does the Internet fulfill this,
> with say HTML and
> > search engines?
>
> Search engines only do full-text search.

	Err no. some do, others don't. For example, some engines index meta tags,
others full text and others can index arbitrary tags. some engines might
require a DTD and/or schema others not. This is the heart of the question:
what is the best way to index XML?

When I can upload an XQL, XML-QL
> or OQL query to AltaVista and get back the results in seconds then I will
> be impressed both with it scalability and flexibility. Right now I am only
> impressed with its scalability.
>
> > The point being that a flatfile system with appropriate
> > indexing, caching and distribution can handle all sorts of
> information needs
>
> Fine. But does anyone know how to do the "appropiate indexing, caching and
> distribution" for the kind of thing I described above?
>

	This is the billion dollar question. The point that I am trying to make on
the "Storing lots of Fiddly bits" thread is that it is not *how* the data is
stored e.g. flatfile, object or relational database that is the issue,
rather *what* you wish to do that is the important issue. If we define the
problem as the ability to run an XQL query against an index of XML documents
and return a result in a matter of seconds this imposes specific
requirements on a system. Let's go further and assume for the moment that we
have already converted all HTML documents on the Web into Vogager (i.e. HTML
as XML). Now suppose that we want to be able to run an XQL query against the
entire Web. Has anyone done this? Clearly no. If anyone capable of doing
this today. Probably not. Are there people working on this? Yes. So lets
hear what strategies are best used in this situation. My personal opinion is
that it is a hybrid relational and 'object' database approach.

	The problem with a straight relational approach is that we need to model
containment and heirarchies... in SQL terms this means joins, perhaps
multilevel joins when documents are deep.

Jonathan Borden
http://jabr.ne.mediaone.net


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list