Changeset: d4ea487a3f1c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4ea487a3f1c Modified Files: MonetDB5/MonetDB-server.spec MonetDB5/debian/changelog Branch: Jun2010 Log Message:
Fix changelogs. diffs (66 lines): diff -r 51fd3970103a -r d4ea487a3f1c MonetDB5/MonetDB-server.spec --- a/MonetDB5/MonetDB-server.spec Tue Jul 06 14:06:21 2010 +0200 +++ b/MonetDB5/MonetDB-server.spec Tue Jul 06 14:32:12 2010 +0200 @@ -217,18 +217,18 @@ * Tue Jul 06 2010 Sjoerd Mullender <[email protected]> - 5.20.3-20100706 - Rebuilt. -* Thr Jul 01 2010 Fabian Groffen <[email protected]> - 5.20.3-20100706 --- - Return a correct URI for local connection from Sabaoth when the --- connection is a UNIX domain socket. Partial fix for bug #2567. --- +* Thu Jul 01 2010 Fabian Groffen <[email protected]> - 5.20.3-20100706 +- Return a correct URI for local connection from Sabaoth when the + connection is a UNIX domain socket. Partial fix for bug #2567. + * Wed Jun 30 2010 Stefan Manegold <[email protected]> - 5.20.3-20100706 --- - various performance fixes in grouping and grouped aggregation code --- (MonetDB5/src/modules/kernel/group.mx, MonetDB5/src/modules/kernel/aggr*.mx) --- to reduce the execution time the following query that mimics a two-column --- primary key check over the ~5 billion tuple "neighbors" table of the --- Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine): --- SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM "neighbors" GROUP BY "objID","NeighborObjID") AS t; --- +- various performance fixes in grouping and grouped aggregation code + (MonetDB5/src/modules/kernel/group.mx, MonetDB5/src/modules/kernel/aggr*.mx) + to reduce the execution time the following query that mimics a two-column + primary key check over the ~5 billion tuple "neighbors" table of the + Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine): + SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM "neighbors" GROUP BY "objID","NeighborObjID") AS t; + * Wed Jun 30 2010 Sjoerd Mullender <[email protected]> - 5.20.1-20100630 - Rebuilt. diff -r 51fd3970103a -r d4ea487a3f1c MonetDB5/debian/changelog --- a/MonetDB5/debian/changelog Tue Jul 06 14:06:21 2010 +0200 +++ b/MonetDB5/debian/changelog Tue Jul 06 14:32:12 2010 +0200 @@ -6,19 +6,19 @@ monetdb5-server (5.20.3-20100706) unstable; urgency=low --- - Return a correct URI for local connection from Sabaoth when the --- connection is a UNIX domain socket. Partial fix for bug #2567. --- - -- Fabian Groffen <[email protected]> Thr, 01 Jul 2010 14:06:18 +0200 + * Return a correct URI for local connection from Sabaoth when the + connection is a UNIX domain socket. Partial fix for bug #2567. + + -- Fabian Groffen <[email protected]> Thu, 01 Jul 2010 14:06:18 +0200 monetdb5-server (5.20.3-20100706) unstable; urgency=low --- - various performance fixes in grouping and grouped aggregation code --- (MonetDB5/src/modules/kernel/group.mx, MonetDB5/src/modules/kernel/aggr*.mx) --- to reduce the execution time the following query that mimics a two-column --- primary key check over the ~5 billion tuple "neighbors" table of the --- Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine): --- SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM "neighbors" GROUP BY "objID","NeighborObjID") AS t; + * various performance fixes in grouping and grouped aggregation code + (MonetDB5/src/modules/kernel/group.mx, MonetDB5/src/modules/kernel/aggr*.mx) + to reduce the execution time the following query that mimics a two-column + primary key check over the ~5 billion tuple "neighbors" table of the + Skyserver database from 26 hours to 1.5 hours (on a 64 GB machine): + SELECT count(c), sum(c), min(c), max(c) FROM (SELECT count(*) AS c FROM "neighbors" GROUP BY "objID","NeighborObjID") AS t; -- Stefan Manegold <[email protected]> Wed, 30 Jun 2010 14:06:18 +0200 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
