Firebird Scalability slides from Dmitry Yemanov
IBSurgeon posted slides of a great presentantion by Dmitry Yemanov about Firebird Scalability.
Note: You can also check a great FB Performance MasterClass video from Dmitry here.
IBSurgeon posted slides of a great presentantion by Dmitry Yemanov about Firebird Scalability.
Note: You can also check a great FB Performance MasterClass video from Dmitry here.
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.
This release includes bugfixes, internal changes, and a few UI enhancements.
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
dbExpress Driver for Firebird version 20 has released. Visit here for more details.
Changes:
Best Regards,
Chau, Chee-Yang
What’s New in Firebird 2.1 – Detailed Presentation by Vladislav Khorsun http://bit.ly/uONKf
Via ibsurgeon tweet
The following patch was applied that allows to open databases on network shares in Windows using RemoteFileOpenAbility parameter in firebird.conf
Patch allows remote shadows as well and it will be implemented in 2.5 RC 1
Yes, it does. Creating shadow copy on network share (SMB) mounted as
local disk was succesfull.
Interesting tips on how to build 32bit firebird on 64bit Windows7 (You need to dig the thread)