Why Firebird is cool?
IBSurgeon posted in their blog a new article showing “Why Firebird is cool”, and gives three reasons that can help you to show to non-fb people why our DB is so great ;-).
Content not direct related to FB, but interesting reading.
IBSurgeon posted in their blog a new article showing “Why Firebird is cool”, and gives three reasons that can help you to show to non-fb people why our DB is so great ;-).
Claudio answered to a “new feature” request
This command exists in all Firebird versions:
SQL> set stats on;
SQL> select 1 from rdb$database;
CONSTANT
============
1
Current memory = 10135512
Delta memory = 164708
Max memory = 10263380
Elapsed time= 0.11 sec
Buffers = 2048
Reads = 12
Writes 0
Fetches = 157
SQL>
Elapsed time is the time the query needed to complete. Run it a second time and the elapsed time is only 0.02 seconds because metadata is already loaded.
IB Surgeon published a slide presentation about FB Scanner, a great product that intercepts the traffic between Firebird <-> Clients and allow you to see what is going on (works with any FB version).
Se você está no Brasil, não deixe de conferir o preço especial do FBScanner na loja on-line da FireBase.
A very interesting thread about using Firebird embedded on Raw devices (SSD) , this way bypasing filesystem overhead
Engine has nearly complete support for raw disks on Windows (useful
for new SSD devices)
…
We found this Firebird feature useful for very fast SSD devices where
filesystem layer creates a big deal of overhead.
Thomas started a new blog category dedicated to Firebird/Django and he is already impressed about it .. And he really contributed back to the backend
Although not being a Python Geek, I gave Django a try, and I must admit, I’m impressed on how fast one can build a simple web-based master data management application with it. It’s pretty much defining an Django object model, which represents the tables, fields and relationships in your database. By enabling Django’s auto-generated admin site/area based on this model, this is all you need to access, delete, insert and update data in your database.
Thomas it’s not so sure what it is even after he read the release notes and fbtrace.conf documentation , and Vlad gave one example how it should look the trace log
“I read the release notes and the comments in fbtrace.conf over and over
again, but I’m not sure what the system audit should do. 😉 “
ED:I was confused too about what it does even after all was set in the configuration
What’s New in Firebird 2.1 – Detailed Presentation by Vladislav Khorsun http://bit.ly/uONKf
Via ibsurgeon tweet
Now, if you have an account with Google, OpenID, Yahoo or Blogger, you can login and post comments to FirebirdNews without the need to create a local account! This simplifies a lot the login/account handling process, and I hope we will start to see much more comments to the posts!
To use the new feature, just click the “log in” link (at the SideBar “Meta” section) and choose what provider you wanna use.
If you already have a local FirebirdNews account, sign-in using your local username/password, edit your profile, and use the option to link your local account to any of the supported log-in providers, and you are done!
I have updated the FirebirdNews site with two new WordPress plugins, allowing people to reply comments, and vote for posts. Both options are very easy to use, and probably you already noticed how to use them 😉
The intention is that FirebirdNews readers also participate/interact with the site. Go on! Vote for your preferred posts, and don’t hesitate to post comments if you think you have something to say!
The issue, typical in Firebird, consist in the fact that, after you insert a new record with an autoincrement field in a datagridview, we have to exit from the application to be able to edit the new inserted record.
To solve this issue you have to proceed this way