Re: [GENERAL] Triggers made with plpythonu performance issue

2009-12-19 Thread Adrian Klaver
On Friday 18 December 2009 11:00:33 am sabrina miller wrote: > Hi everybody, > My requirements was: > + Made a table charge to be partitioned by carrier and month > + summarize by charges > + summarize by users, > + each summarization must be by month and several others columns. > > > > Doesn'

[GENERAL] Triggers made with plpythonu performance issue

2009-12-18 Thread sabrina miller
Hi everybody, My requirements was: + Made a table charge to be partitioned by carrier and month + summarize by charges + summarize by users, + each summarization must be by month and several others columns. Here is the database CREATE TABLE charges.charge ( id serial NOT NULL, transaction