Discussion:
developers-list Digest, Vol 1, Issue 1
developers-list-request-d/
2012-09-27 10:00:01 UTC
Permalink
This message was forwarded from developers-list-d/***@public.gmane.org The MonetDB
mailing lists have moved to monetdb.org. Please subscribe to
developers-list-d/***@public.gmane.org, and unsubscribe from this list.
See: http://mail.monetdb.org/mailman/listinfo/developers-list

Send developers-list mailing list submissions to
developers-list-d/***@public.gmane.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-request-d/***@public.gmane.org

You can reach the person managing the list at
developers-list-owner-d/***@public.gmane.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.Groffen-rh8NL+***@public.gmane.org>
To: developers-list-d/***@public.gmane.org
Cc: Martin Kersten <Martin.Kersten-rh8NL+***@public.gmane.org>
Subject: Re: MonetDB: default - Checking the optimizer
Message-ID: <20120927062605.GL912-rh8NL+***@public.gmane.org>
Content-Type: text/plain; charset="utf-8"
Changeset: 38c89881c700 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=38c89881c700
monetdb5/optimizer/opt_pipes.c
Branch: default
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-list-d/***@public.gmane.org
http://mail.monetdb.org/mailman/listinfo/developers-list


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

Loading...