[PERFORM] Sending a select to multiple servers.

2005-08-26 Thread Ligesh
e). But the search across many servers has to be done using proper threading, and the re-sorting also needs to be done fast. Thanks a lot in advance. -- :: Ligesh :: http://ligesh.com ---(end of broadcast)--- TIP 1: if posting/reading

Re: [PERFORM] Sending a select to multiple servers.

2005-08-26 Thread Ligesh
d there are 100 servers, you will have a total result set of 10,000, which should be re-sorted and the 9900 of them should be droped, and only the 100 should be returned. Anyway, what I want to know is, if there is such a functionality offered by some C library. Thanks. -- :: Ligesh ::

Re: [PERFORM] Sending a select to multiple servers.

2005-08-26 Thread Ligesh
On Fri, Aug 26, 2005 at 11:04:59AM -0500, Frank Wiles wrote: > On Fri, 26 Aug 2005 20:54:09 +0530 > Ligesh <[EMAIL PROTECTED]> wrote: > Mostly because every situation is different, you may have > 10 servers and need 10 rows of results, others may need something >