Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Xquery might have some things right

Re: Xquery might have some things right

From: Mikito Harakiri <mikharakiri_at_iahu.com>
Date: Fri, 5 Mar 2004 17:34:47 -0800
Message-ID: <52a2c.37$zW4.263@news.oracle.com>


"Corey Brown" <corey_at_spectrumsoftware.net> wrote in message news:rU82c.30429$6e7.1801_at_bignews1.bellsouth.net...
> What if we're talking
> about an entire network of "clients" that need to be notified. Would
you send
> them some sort of notification and then allow every one of them to
then perform
> a remote query on your servers local database? Doesn't sound like a
very scalable
> solution to me? I think the slight amount of overhead introduced by
using a wordy
> protocol like XML, when combined with a UDP broadcast, is far superior
to
> the "pull" type system that you are suggesting.

Sorry, but no, there is no logical redundancy in my approach. Every client queries only the info they want to know. It is extremely rare when client wants the whole database. Usually, client query filters most of the data out according to some criteria. The other common case is aggregated report, where the output is small as well. In both cases extra information is quickly discarded on server and would never cross the network boundary. Whereas in your broadcasting proposal you flood the network with spam that clients rarely care about. Received on Fri Mar 05 2004 - 19:34:47 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US