Kostas Kavoussanakis wrote:
> I read the message in the archive explaining how I can merge one db
> into an other. What I need to do is merge 2 existing dbs into a third
> one. This third one will contain the combination of data in the two
> other ones (and I do not want to run htdig again on the same data).
For merging >2 databases:
Merge a -> b
Merge b -> c (now contains a, b, c)
Merge c -> d (now contains ...)
For really large numbers, think of a tree structure (like sports
playoffs):
Merge a -> b ( a + b)
Merge c -> d ( c + d)
Merge b -> e ( a + b + e)
Merge d -> e ( a, b, c, d, e)
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.