Hi Blangero,
can you be a bit more concrete? e.g. what is the SELECT statement on top of the view? which data do you really need? Do you have a WHERE condition? If not, then any aggregation would have always to read the complete table.
Can you do the aggregations before joining the other tables? Might be faster ...
Regards, Thomas