Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [stellation-res] MySql

-----Original Message-----
From: stellation-res-admin@xxxxxxxxxxxxxxx
[mailto:stellation-res-admin@xxxxxxxxxxxxxxx]On Behalf Of Martin Möbius
Sent: August 16, 2002 4:00 AM
To: stellation-res@xxxxxxxxxxxxxxx
Subject: Re: [stellation-res] MySql


>> Sorry about the truncated message. My mailer seems to have a sharp knife.
>>
>> To continue on the MySql theme, I hope to have an initial implementation
>> by
>> the end of the weekend. The initial implementation will be on Windows XP.
>> Incidentally, my company has been shipping MySql for the last two years
as
>> the open source database with our commercial product.
>>
>I will try the same for firebird. Are there any generic benchmarks >for
>databases using jdbc?
>
>
>--
>Regards,
>Martin Möbius

Here is a progress report on the MySQL effort.

All coding is complete and most of the basic commands have been tested using
the command line version. I have been using the tutorial document as an
initial test script and I am now at the point where I am ready to test
merging.

I have been doing the testing under Windows XP with Cygwin installed and so
far no Windows related problems have shown up.

My plan for the next few days is as follows:

1. Complete testing per the tutorial.
2. Install Oracle (the only other database I have legal access to) and
retest using the tutorial as a test script.
3. Run the Junit tests on both MySQL and Oracle.
4. Replicate the performance tests that Dave Shields performed, both on
MySQL and Oracle. This will be necessary to do any kind of apples to apples
comparison because I have a large and very fast machine here.
5. Test the Eclipse plugin using both MySQL and Oracle.

This testing should hopefully be sufficient to shake down any problems with
MySQL and to verify that other databases continue to work properly. The only
problem is that this will take a few days (I still have to earn a living)
and your coding guidelines suggest that source code should be updated every
two days or so in your repository. It is conceivable that the code will be
in reasonable enough shape after test step 2, but I leave the call as to
when and how to the team.

_______________________________________________
stellation-res mailing list
stellation-res@xxxxxxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/stellation-res



Back to the top