I have two issues that I am attempting to resolve - but have been unable to 
produce a working fix for my needs.

1. Is there a function available within Sedna which would allow me to Query a 
collection for recently updated XML based on a timestamp?

2.  I have a basic request like this:

for $sp in collection('dev.openzis.testarea')
        where $sp/StudentPersonal/Title1 = 'No'
return $sp"

This simple returns multiple XML objects in a string.  To process this request 
against a setup of 86,000 XML records
takes some time.  To speed up the request I have created a simple 
index-scan('Title1', 'No', 'EQ') - however just
creating the index-scan does not speed up my original request.

Q:  Must I connect the index-scan to the request above? How might that look? 
Can an Index-Scan have multiple elements?

Thanks for your time

Christopher




Christopher Whiteley
Billboard.Net
Phone: +1 (352) 557-3275
US Cell: (352) 223-4255
[email protected]
AIM: mrchris259
Yahoo: openzis
LinkedIn: http://www.linkedin.com/in/cwhiteley





------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to