Hi all,
I am new to xml.
I am developing vc++ application. Here, I am using one text file
for storing data. I am searching from this text file based on search key.
This is sequential search.
Data is like this:
Data.txt
--------
root\Level1\Level2\xyz1
root\xyz2
root1\Level1\xyz3
root1\Level1\Level2\xyz4
root\Level1\xyz5
If user wants "root\Level1", I am searching all (5) records, then I am
returing 1,5 records. In the average and worst case, this is not optimal.
In my application, NoOfRecords may be more than 2,00,000 records.
If I implemented this in tree stucture format in MSXML, Will it imporve
the performance? (i mean, searching from xml document)
Any other alternatives are there?
Please suggest me.
--
Thanks & Regards,
John.