Russian Firebird Conference pictures
The Russian Firebird Conference has just finished, with 114 attendees! You can check some pictures here.
PS: Curious about FB 2.5 (final) release date? Well, start the countdown! More about this….. soon 😉
The Russian Firebird Conference has just finished, with 114 attendees! You can check some pictures here.
PS: Curious about FB 2.5 (final) release date? Well, start the countdown! More about this….. soon 😉
матрациThose who are new to the Classic version of Firebird on Linux may find interesting that, while running gbak to backup a database, accessing the DB file locally (not by tcp/ip, etc), you will not find a fb_inet_server proccess serving the gbak connection. This is because, in this specific situation, gbak works in embedded mode. Alex Peshkov says this provides the best performance results.
Philippe Makowski posted this at fb-devel:
Hi,
I found this bench : http://tokutek.com/products/iibench/
(http://bazaar.launchpad.net/~mdcallag/mysql-patch/mytools/annotate/head%3A/bench/ibench/iibench.py)
and aibench.py:
http://bazaar.launchpad.net/~mdcallag/mysql-patch/mytools/annotate/head%3A/bench/ibench/aibench.pyI made a Firebird version of both. You can download them here : http://www.firebirdsql.org/download/rabbits/pmakowski/
If you find them useful, I will put them in the svn QA repository
Firebird is among the listed options in this StackOverflow question. Let’s “up” it 😉
Link sent by Hugues Van Landeghem
“When do you plan to upgrade to FB 2.5?”
Vote now in the newest FirebirdNews poll. Just go to the main page and look at the sidebar.
Great news: Firebird 2.5 final release is being prepared.
The introductory document “Get to know Firebird in 2 minutes” was translated to Arabic by Khaled Shagrouni! You can find it here.
You can vote to Firebird in the new Evans Data Survey about Open Source Development:
http://surveys.evansdata.com/survey.php?ID=EDC_OSS_2010_1
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.