Optimizing queries, death of SQL, parallel XQuery

From: Ken North (knorth2_at_deletethis.yahoo.com)
Date: 03/28/04


Date: Sun, 28 Mar 2004 00:01:50 -0800

In an video/audio interview, Dr. Daniela Florescu discusses query optimization,
parallel execution of XQuery, whether "SQL is dead", and what XQuery 2.0 needs
to be a fully-featured language:
http://www.webservicessummit.com/People/DFlorescu.htm

Running time 9:05. Available as MP3, Real Video, Windows Media.

Daniela Florescu has authored numerous academic papers. With Don Chamberlin and
Jonathan Robie, she developed the Quilt query language (from which the XML Query
Working Group derived XQuery).

-- 
Ken North
www.WebServicesSummit.com
www.SQLSummit.com
www.GridSummit.com (coming soon)


Relevant Pages

  • Re: Using sp_executesql to dynamically query xml
    ... requires the use of dynamic SQL because I do not know how the xml will be ... XQuery code doesn't look correct either. ... To start, you should probably build a single string for your query, and not use ... DECLARE @SqlCommand nvarchar ...
    (microsoft.public.sqlserver.xml)
  • Saxon and XQuery : how not to repeat the XML source file name in the query ?
    ... I'm a newbie with XQuery and I'm trying to execute a query with Saxon. ... Even if I specified the source file name in the command line. ...
    (comp.text.xml)
  • locating the node and then replacing
    ... most of the example in BOL for xquery seem to have the xpath hardcoded in ... the query, how do you search a xml document and then decide if you should do ...
    (microsoft.public.sqlserver.xml)
  • Re: Using XML data for query
    ... I would like to use the key-value pair in my SQL query dynamically. ... The essential problem here is that since the XQuery is done as part of the underlying execution plan, you'd have to construct this as a dynamic query -- a first query to resolve the where predicate columns and values and a second to actually do the work. ... declare @query nvarchar ... declare @predicates int ...
    (microsoft.public.sqlserver.xml)