Re: [GENERAL] execution plan : Oracle vs PostgreSQL

2006-04-11 Thread Simon Riggs
On Tue, 2006-01-24 at 11:33 +0100, FERREIRA, William (VALTECH) wrote: > the times are always the same, except with the centrino for which it takes 1 > min. Oracle or PostgreSQL? i.e. is the Centrino faster or slower? > -Postgresql plan : Please post the EXPLAIN ANALYZE. Thanks, -- Simon Ri

Re: [GENERAL] execution plan : Oracle vs PostgreSQL

2006-01-31 Thread Tom Lane
"FERREIRA, William (VALTECH)" <[EMAIL PROTECTED]> writes: > here is the EXPLAIN ANALYSE of my query : That's not an EXPLAIN ANALYZE ... that's an EXPLAIN VERBOSE, which is hardly ever of any use for performance issues. regards, tom lane ---(end of

Re: [GENERAL] execution plan : Oracle vs PostgreSQL

2006-01-31 Thread FERREIRA, William (VALTECH)
26..0.034 rows=1 loops=1) Index Cond: ((doc_id = $0) AND (ele_id = $1) AND (evolution <= 0) AND (child_id = $2)) Filter: (child_class = $3) Total runtime: 0.483 ms -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part

[GENERAL] execution plan : Oracle vs PostgreSQL

2006-01-24 Thread FERREIRA, William (VALTECH)
hi, i have a database storing XML documents. The main table contains the nodes of the document, the other tables contain data for each node (depending on the node's type : ELE, Text, PI, ...) My test document has 115000 nodes. the export of the document(extracting all informations from database