Re: [GENERAL] Predictive or scoring solution for PostgreSQL ?

2004-02-04 Thread Joe Conway
Marc A. Leith wrote: Other tools do similar things - another was Knowledge Seeker from Angoss Software - which built turnkey decision trees (this was fairly cheap depending on the system it is running on). SAS also produced a turnkey modeling solution (not cheap ). You could also try SPSS (che

Re: [GENERAL] Predictive or scoring solution for PostgreSQL ?

2004-02-04 Thread Marc A. Leith
Quoting Mike Mascari <[EMAIL PROTECTED]>: > Quoting Hervé Piedvache <[EMAIL PROTECTED]>: > > >> Hi, > >> Does anyone know a predictive or a database scoring solution for > PostgreSQL > > in response, Marc A. Leith wrote: > > >H, it's been a while since I did this but... > > > >Other tools d

Re: [GENERAL] Improving performance with a Function instead of a

2004-02-04 Thread Hadley Willan
Thanks, but I don't believe this to be a problem because my JDBC layer when I construct the query is using setObject( parameter, getId, Types.BIGINT ) so by the time it arrives at the database that cast should have already occured? I could be wrong but running the Explain Analyse shows indexe