-
Fixed in CVS. This will be on the web site after it is regenerated (whenever that will be ;-) ).
2009-11-09 14:30:56 UTC in MonetDB
-
Found it: it's your change to opt_support.mx where you removed the variable qot. By doing so, you changed the condition of the do/while loop. It used to be that the loop was never executed more than once since qot was always 0. Now the loop can execute multiple times since the qot was removed from the conditional.
2009-11-04 09:12:21 UTC in MonetDB
-
Would it be possible to install the 64 bit version of MonetDB on your Vista and try the experiment again? I don't have a 64 bit Vista on bare metal to try this on, and I doubt running it in a virtual machine gives reliable timing results.
2009-11-02 18:15:38 UTC in MonetDB
-
Timer is the wall clock time, i.e. the real time you have to wait for the query to be executed.
I guess we should document this somewhere.
2009-10-22 15:40:43 UTC in MonetDB
-
I fixed the documentation in CVS by replacing CONCATSTRING with '||'. The remaining question is, do we need to explain that || is string concatenation?.
2009-10-22 15:38:36 UTC in MonetDB
-
I removed SIMILAR from the page. The website is being rebuilt.
2009-10-22 15:14:54 UTC in MonetDB
-
The main problem is in the data being generated. After the recent changes, the trace output is output with a leading `=' which makes mclient think that bit is a single column table. However, this is interspersed with the output of the query being traced. This confuses the hell out of mclient.
A possible solution is to collect the trace output in a table on the server, and then outputting the...
2009-10-22 14:57:04 UTC in MonetDB
-
Wouter, what is the status?.
2009-10-08 14:31:28 UTC in MonetDB
-
Fabian implemented this feature in the Nov2009 branch.
Since this is a new feature, it will not be implemented in the Aug2009 branch, so I changed the Group accordingly.
2009-10-08 14:30:14 UTC in MonetDB
-
No tests for Mx issues.
2009-10-07 10:27:01 UTC in MonetDB