Firebird’s Big Databases Presentation (in English)
At FDD’2010 Dmitry Kuzmenko has presented 2 presentations – the first one about approach to maintain big databases (50-400Gb) in the right way and the second is about restore speed tests.
At FDD’2010 Dmitry Kuzmenko has presented 2 presentations – the first one about approach to maintain big databases (50-400Gb) in the right way and the second is about restore speed tests.
The name Buzz Moschetti probably isn’t familiar to you. Buzz was the author of the Perl 4 database for Interbase known as Interperl.
Back in those days Perl 5 was barely a twinkle in Larry’s eye and database interfaces for Perl 4 required building a custom perl binary.
http://blog.timbunce.org/2010/07/08/reflections-on-perl-and-dbi-from-an-early-contributor/
ps: Interabase & Firebird contributed stable api not only in the c and Delphi/Lazarus world but also in the Perl one with one of the first best drivers
IBSurgeon is offering an one year license of FB Dataguard for free to anyone participating in the MindTheBird campaign. Check the details here.
Offer valid until 10/August/2010.
Adriano posted about DDL execution artchitecture, its flaws and new improvements for FB 3.
Here I’m going to explain how Firebird DDL commands works in the architecture, why it stops innovation and how it is supposed to work in Firebird 3.0.
DDL in FB works more or less like DML, so first a briefly explanation of how DML works. When a DML command is prepared, it starts in the parser constructing a tree of nodes. That nodes are all a single pointer type, used for all node types and others usages (like storing constants). A node have a list of child nodes.
Real full post here.
Posted By Adriano dos Santos Fernandes:
July 31th, 2010. Today Firebird completes its 10th anniversary. The Firebird website has a set of history documents about how that started. It’s something you must read if you’re interested in Firebird.
I’m sometimes asked about how I became one of its team members. So I’m going to tell something about this.
The Firebird team is pleased to announce that kits for field-testing the third release candidate for Firebird 2.5 are now available. The 32-bit and 64-bit kits are available for Linux, along with 32-bit kits for Windows and 64-bit for the MacOSX/Darwin Intel platform. The missing kits for 64-bit Windows and 32-bit MacOSX are still in QA and will follow shortly.
Please test well and report any bugs directly to the firebird-devel list (click HERE if you are not subscribed). Please do not post questions about this pre-release version to the firebird-support list.
The Brazilian Firebird Developers Day was able to collect R$ 4.500 as donations to Firebird Foundation. Money was already transfered. I wish to thanks all the donors! This is the biggest value ever collected at FDD.
Hello All,
Good news for all MindTheBird participants – Nucleon Software http://www.nucleonsoftware.com offers free license of there “Database Master” software for all participants of MindTheBird.
If you would like to get such license, please send to free at mindthebird.com email with the following information: “FirstName”, “LastName”, E-Mail, optionally Company name, and get free license of DatabaseMaster (they will be sent in 2-3 work days).
We encourage all tools vendor to run similar programs for MindTheBird participants, and, of course, we ask everyone to join MindTheBird! to support Firebird and to get benefits and prizes.
To join MindTheBird! you just need to put one of MindTheBird! banners or presentations (http://www.mindthebird.com/downloadmtb.html) to your web-site or blog, link it to www.mindthebird.com or to www.firebirdsql.org and send us link to this page for verification.
Best regards,
MindTheBird Team
Jiří {x2} Činčura created an example with Entity Framework 4 CTP4
Let’s model some kind of simple library and try to use there couple of Entity Framework’s features. And to make things worse, try to do it with ADO.NET provider for Firebird.Good news is I succeeded. My database structure was my first and non-touchable object (to be honest the first was the idea what to create and how to represent it in database) together with the idea of objects.