This message was forwarded from developers-l...@monetdb.org.  The MonetDB
mailing lists have moved to monetdb.org.  Please subscribe to
developers-l...@monetdb.org, and unsubscribe from this list.
See: http://mail.monetdb.org/mailman/listinfo/developers-list

Send developers-list mailing list submissions to
        developers-l...@monetdb.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.monetdb.org/mailman/listinfo/developers-list
or, via email, send a message with subject or body 'help' to
        developers-list-requ...@monetdb.org

You can reach the person managing the list at
        developers-list-ow...@monetdb.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of developers-list digest..."


Today's Topics:

   1. Re: MonetDB: default - Checking the optimizer (Fabian Groffen)


----------------------------------------------------------------------

Message: 1
Date: Thu, 27 Sep 2012 08:26:05 +0200
From: Fabian Groffen <fabian.grof...@cwi.nl>
To: developers-l...@monetdb.org
Cc: Martin Kersten <martin.kers...@cwi.nl>
Subject: Re: MonetDB: default - Checking the optimizer
Message-ID: <20120927062605.gl...@cwi.nl>
Content-Type: text/plain; charset="utf-8"

On 27-09-2012 02:00:41 +0200, Martin Kersten wrote:
> Changeset: 38c89881c700 for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=38c89881c700
> Modified Files:
>       monetdb5/optimizer/opt_pipes.c
> Branch: default
> Log Message:
> 
> Checking the optimizer
> This list does not change the number of errors reported on SQL tests.

this looks like a mess, was it intended to be committed?


> --- a/monetdb5/optimizer/opt_pipes.c
> +++ b/monetdb5/optimizer/opt_pipes.c
> @@ -64,7 +64,22 @@ struct PIPELINES {
>       {"default_pipe",
>        "optimizer.inline();"
>        "optimizer.remap();"
> -      "optimizer.deadcode();"
> +     "optimizer.evaluate();"
> +     "optimizer.costModel();"
> +     "optimizer.coercions();"
> +     "optimizer.emptySet();"
> +     "optimizer.aliases();"
> +//     "optimizer.mitosis();"
> +//     "optimizer.mergetable();"
> +     "optimizer.deadcode();"
> +     "optimizer.commonTerms();"
> +     "optimizer.groups();"
> +     "optimizer.joinPath();"
> +//     "optimizer.reorder();"
> +     "optimizer.deadcode();"
> +     "optimizer.reduce();"
> +//     "optimizer.dataflow();"
> +     "optimizer.history();"
>        "optimizer.multiplex();"
>        "optimizer.garbageCollector();",
>        "stable", NULL, NULL, 1},
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: Digital signature
URL: 
<http://mail.monetdb.org/pipermail/developers-list/attachments/20120927/c3fe7059/attachment.sig>

------------------------------

_______________________________________________
developers-list mailing list
developers-l...@monetdb.org
http://mail.monetdb.org/mailman/listinfo/developers-list


End of developers-list Digest, Vol 1, Issue 1
*********************************************

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to