Aureliano,
I did some testing yesterday.
Here is what I did:
- Split large document into smaller chunks (person, item, open_auction …)
- create seperate doctypes for each
- load into Tamino (using inoxmld)
- modify TII with Duration
my results (no special indexing/tuning done yet):
query a:
for $a in input()/closed_auction
where $a/annotation/description/parlist/listitem/parlist/listitem/:text/emph/keyword/text()!=“”
return
I get:
<ino:time ino:date=“30.10.2003” ino:time=“08:56:50.447” ino:duration=“851” />
Query b:
for $a in input()/closed_auction
where $a/annotation/description/parlist/listitem/parlist/listitem/:text/emph/keyword/text()!=“”
return $a/seller/@person
I get:
<ino:time ino:date=“30.10.2003” ino:time=“09:01:36.829” ino:duration=“761” />
Environment:
Tamino 4.1.4, DB created as medium
Win XP Prof
Dell Laptop, 800 MHz
Data generated with /f 0.2 = 23 MB of raw Data
looks much better, right?
If you are interested, contact me off list and I can send you the scripts and tools (perl script to split large document) as well as the schemas as a start.
timm.bohlmann@softwareag.com
regards,
Timm
#API-Management#Tamino#webMethods