Hi Fabian,
I just got my new workstation and it is an AMD64 machine with windows64
installed.
I also got myself both the microsoft 64 bits compiler as well as the intel
64 bits compiler. With the particular goal of course to port MonetDB.
I am not promising any timeframe but if we don't have a native windows64 port
in the next couple of months I would be very surprised if not disappointed.
Peter
>>
>>
>>
>> Just a small note. I don't have any windows building experiences, but
>> we currently don't have access to such box running that operating
>> system. As far as I can tell, there is no real priority to do so
>> either. There are build instructions for windows, but it is unknown how
>> 64-bits are enabled and if this will compile and run. This seems an
>> unexplored area to me.
>>
>> Regards,
>> Fabian
>>
>>
>> Cardillo Raymond A Civ AFRL/IFEA wrote:
>> > Has anyone out there taken the time to build an MSI for the AMD64 versions
>> > of Windows? The x64 version of Windows was released a few months ago and
>> > was available in Beta for a while, so I'm hoping someone has either done
>> > this already, or can provide some advice on how to build/compile for this
>> > platform. Anyone know of future plans to make this one of the standard
>> > platform builds? Windows x64 is only going to grow in popularity from here,
>> > especially amongst researchers and others who can benefit from 64 bits.
>> >
>> > Thanks for any info,
>> > Ray Cardillo
>>
>>
>>
>>
>>
Niels Nes wrote (2005-07-16 14:57):
> I guess we never told you that we all agree this is a very good idea. We
> have similar plans with the jdbc and php/pear-db interfaces. So go ahead.
O.k., FYI, I registered the 'monetdb_' prefix within DBI:
<http://www.xray.mpe.mpg.de/mailing-lists/dbi/2005-08/msg00102.html>
As soon as Tim commits this patch, you'll see it here:
<http://svn.perl.org/viewcvs/modules/dbi/trunk/DBI.pm?view=log>
Further on, I proposed DBD::monetdb for inclusion in the Module List
<http://www.xray.mpe.mpg.de/mailing-lists/modules/2005-08/msg00695.html>
Usually, this takes time. (Somebody of the module list maintainers has to
acknowledge the proposal.)
Certainly, DBI users expect to find a DBI driver on CPAN:
<http://search.cpan.org/modlist/Database_Interfaces/DBD>
Do you have any objections that I upload snapshots of DBD::monetdb to
CPAN?
Such a package will be generated as follows:
cd MonetDB/src/mapi/clients/perl/DBD
Makefile.PL
make dist
I'm aware that currently, with its MapiLib dependency, the package
isn't very useful on its own - the user needs a MonetDB client anyway.
That's not nice, but nothing out of the ordinary (and it may be changed).
Steffen
Hello,
I am trying to use MonetDB as a backend for Java application I am developing.
I have noticed that inserts the application does have no effect.
Statements are executed without exceptions, but data rows do not get into table.
I have investigated the problem and have figured out that problem is
in transaction and savepoint handling. If transaction had savepoints,
it could be silently rolled back when Connection.commit() is called.
I have finished with short Java program that demonstrate the bug(?), I
am attaching it to the message. Please, take a look.
I tested with MonetDB-4.8.2+sql-2.8.2 (release, source tarball) and
with MonetDB-4.8.3+sql-2.8.3 (nightly build, August 30).
Platforms: 32-bit Linux RedHat 9, 32-bit Linux Ubuntu 5.04
--
Best regards,
Andrei Martsinchyk mailto:andrei.martsinchyk@gmail.com
I just installed the windows version of MonetDB and tried to follow the
Tutorial on Mknife but was unable to connect. Looking at my system neither
of the files /infosets/MILinfoset.xml;/infosets/MILdemo.xml
where created nor where the directories. Is this a know issue?
On Mon, Aug 29, 2005 at 12:03:29AM +0200, Ying Zhang wrote:
> I'm very sure there is a "make check" for every MonetDB module, so does
> pathfinder.
I believe it! I just found the immense TestWeb page today. I was
initially assuming that pathfinder was distributed with its tests like
MonetDB.
[Side node: IMO, the web page might be easier to navigate if the
subnodes on the left hand side had the same content as the submenus on
the top bar. E.g. Starting from
http://monetdb.cwi.nl/XQuery/index.html and clicking the Development
on the left hand side lists a submenu 'Download from CVS', while
clicking Development on the top takes me to a page with 'Partners',
'Contributors', 'TestWeb', etc on the left menu. This was how I missed
the TestWeb earlier]
Your were right about Mtest not being in my path. I forgot to 'rehash'
after installing MonetDB. Cheers - EA
(It starts getting a communication thread now, no longer a bug track. So
I'll reply via email, with CC to the monetdb-developers list.)
> Re: The testsuite. I like a small test suite on my machine,
> so that I can check that tools on my box did nothing
> unexpected during the
> build. Its also the best way to see what behavior can be
> expected to work right out of the box. Are the nightly test
> scripts available
> online?
Of course are those test scripts available. Just type `make check'.
Be aware, though, that those test cases take their time. Also note that
there are currently some tests in that do not work as expected. So you
will not get a 100% pass.
The `make check' run will print a summary after processing. You will
also find a directory that contains the detailed test results marked up
with HTML (directory `mTests'). Tests with unexpected outcome are
highlighted in red; you will see the diffs between actual and expected
outcome.
Results of the nightly test runs, btw., are available on the MonetDB
TestWeb website: http://monetdb.cwi.nl/Development/TestWeb/index.html.
> Re: The usecases. They might be nice just to check
> cross-implementation consistency. E.g. have the nightly
> test queries been ran by a different xquery processor?
Most test cases are tested ``by hand'', sometimes by comparing against
other implementations. At least in theory, all of them are cross-checked
by hand.
> > (well, you may redefine a function with same name, but
> > different number of arguments).
> Wow, I didn't know that. I learn something new everyday.
:-)
Regards from Munich
Jens
--
Jens Teubner
Technische Universitaet Muenchen, Department of Informatics
D-85748 Garching, Germany
Tel: +49 89 289-17259 Fax: +49 89 289-17263
"Tea or coffee?"
"Coffee, without cream, please."
"It will be without milk, we have no cream."
There is a new (well already quite a few weeks old) CVS module available
at our SourceForge repository called buildtools. This module is now a
prerequisite for compiling MonetDB and all other projects.
Check out buildtools:
export CVSROOT=...
cvs checkout buildtools
cd buildtools
# read REAME file and follow instructions
Then you can update your MonetDB and other projects and bootstrap and
build those projects. The main difference is:
- autogen.py must be found in your $PATH (autogen is now part of
buildtools);
- Mx must either be found in your $PATH, or you must specify the option
--with-mx=.../Mx on the configure command line;
- mel must either be found in your $PATH, or you must specify the option
--with-mel=.../mel on the configure command line;
- for Pathfinder, burg must either be found in your $PATH, or you must
specify --with-burg=.../burg on the configure command line.
--
Sjoerd Mullender
Has anyone out there taken the time to build an MSI for the AMD64 versions
of Windows? The x64 version of Windows was released a few months ago and
was available in Beta for a while, so I'm hoping someone has either done
this already, or can provide some advice on how to build/compile for this
platform. Anyone know of future plans to make this one of the standard
platform builds? Windows x64 is only going to grow in popularity from here,
especially amongst researchers and others who can benefit from 64 bits.
Thanks for any info,
Ray Cardillo
I have prepared a patch to put (single) quotes around chr values in
tables as printed by the Mserver. E.g.:
MonetDB>'a'.print();
[ 'a' ]
Previously this resulted in
MonetDB>'a'.print();
[ a ]
In addition to adding quotes, my patch also escapes control characters:
MonetDB>chr(10).print();
[ '\012' ]
Previously:
MonetDB>chr(10).print();
[
]
This also shows a very important reason for wanting to make this change.
Another example which is possibly even worse is chr(0).print().
I ran the pathfinder and sql tests, and only in pathfinder there are 2
tests that are affected (I will appprove them when I check the patch in).
This message is a heads up. If you think you might be affected (JDBC,
Perl, others?), then maybe you will need to make changes once I check
this in.
The Mapi library already deals with single-quoted values.
--
Sjoerd Mullender
We supply large quantity low price Telecom products: Fiber optic jumper, UTP Cat5e cable, patch cable, USB cable, Phone cable and various Telecom components. Welcome OEM order and Custom cable.
Details pay a visit to: www.sgetek.com. Download our catalogue from: www.sgetek.com/order.asp.
Please contact with us by: prestonsh(a)126.com for our newest price list.
Jun Wang
SGETEK SHANGHAI CO., LIMITED
SGETEK UK CO., LIMITED
TEL:+86 21 67820784
FAX:+86 21 67820791
----------------------------------------------------------------------
If no use for you send a "No Thanks" mail to: cable88(a)163.com, your mail will be deleted from our list within 2 working days.