MySQL sees an end for old databases
End of life for mysql 3.x and 4.0.x versions , time to switch to an better
alternative database system : firebird
(we have free source and binaries for all versions)
Here is the full article
Content not direct related to FB, but interesting reading.
End of life for mysql 3.x and 4.0.x versions , time to switch to an better
alternative database system : firebird
(we have free source and binaries for all versions)
Here is the full article
pabloj Moderator of Oracle and MsSQL forums at Devshed.com responded on Dimitry’s comments:
Hi, what follows are my personal thoughts after reading Dmitry Yemanov’s comments to a great poll posted at Firebirdnews about the features people would like to see implemented.
This is a great presentation, Jim throws in a lot of database history and insight into working with MySQL
Available here (you need to login to read the full interview).
Work undertaken:
Today I created a small VS 2005 demo project in order to understand how to silently deploy and update an embedded Firebird database using ClickOnce technology. This helped me to gain a basic understanding of the key concepts. Tomorrow I intend to continue this work by considering some more advanced scenarios.
Read more on Quill Work Audit Trail
Igor is doing great work on moving forward the XML based database schema format originally developed by Manuel Lemos as part of Metabase that is used in MDB2_Schema. [ED…skiped some content]The idea behind this schema format is to make it possible to define a single database schema that can be used to create, alter and initialize databases in any number of RDBMS. For example currently MDB2_Schema supports MySQL, PostGreSQL, Oracle, SQLite, MS SQL Server, Interbase/Firebird.
Read more on Lukas Smith’s blog [via planet mysql]
I’ve just released a new experimental site: http://www.firebirdquestions.net/.
It is a searchable and browsable archive of firebird-net-provider mailing list.
Noteworthy features:
Comments and suggestions are welcome!
SWiK is a community driven resource for open source software. Try starting a page about your favorite project, syndicating a blog for a topic, or browsing through tags people have added to projects or pages.
On ubuntu linux i use encfs to create an virtual partition where i put my databases (and email, im logs) , Here is an howto create such an partition . On windows (i didn’t tested yet) but i heard about truecrypt (is an open source product). Here is an quote from their faq
Q: Is it possible to install an application to a TrueCrypt volume and run it from there?
A: Yes.
We actually have been deploying only super-servers, on beefy boxes with 2x dual core with 2x HT each (8x processing unit in total), because of our lack of experience in classic servers. Well, those server boxes do run other applications so you don’t get CPUs sitting there doing nothing, but I still wonder which one will be more suitable — one single super-server with shared page cache pool that can only utilise one CPU core, or multiple classic server instances that have their own page cache. However we do have up to 160 concurrent connections to the database on some of our boxes. Not sure how Win2k3 will perform with this kind of process count. Damn! Wish we can deploy them onto Linux boxes.
Read more on the FuCoder’s Blog