RE: Processing speed of ra utilities
Carter Bullard <carter <at> qosient.com>
2003-09-02 13:29:05 GMT
Hey Geoff,
All ra* programs are stream processors, at least from the
perspective of the academic relational database community,
and they have to sequentially work on each datum in order to
do their thing. I'm not sure what you mean by 'suppress' the
data, but in order to not process the data sequentially and
get things like total bytes, etc ... you have to aggregate
the data, and then you have to worry about what identifiers
you want to keep, which ones you can throw away etc.....
ragator() is our example of ra aggregation, and so you
definitely should give it a try first, as it will do what
you indicated in your first mail.
If you do start writing your own ra* clients, don't hesitate
to send mail!!!!!!
Carter
> -----Original Message-----
> From: Geoff Powell [mailto:geoff <at> lanrex.net.au]
> Sent: Monday, September 01, 2003 11:33 PM
> To: Carter Bullard
> Cc: argus-info <at> lists.andrew.cmu.edu
> Subject: RE: Processing speed of ra utilities
>
>
> G'day Carter
>
> I think I understand what you are saying about only doing one
(Continue reading)