Added piggyback support for filters backend_test + multi.
[metaproxy-moved-to-github.git] / doc / multidb
1 $Id: multidb,v 1.1 2006-01-17 11:10:30 mike Exp $
2
3
4 YP2 Virtual Databases and Multicast Searching
5 =============================================
6
7 Two of YP2's filters are concerned with multiple-database operations.
8 Of these, "virt_db" can work alone to control the routing of searches
9 to one of a number of servers, while "multi" can work with the output
10 of "virt_db" to perform multicast searching, merging the results into
11 a unified result-set.  The interaction between these two filters is
12 necessarily complex, reflecting the real complexity of multicast
13 searching in a protocol such as Z39.50 that separates initialisation
14 from searching, with the database to search known only during the
15 latter operation.
16
17 ### Much, much more to say!
18