Database trends survey (Embarcadero)

Marco Cantu posted in his blog:

…While most of the questions are on the choice and number of servers used (MS SQL Server being the most widely adopted, Oracle the most critical, and Firebird has a significant 4% 5.5% presence for large companies). Other questions are tuned for Embarcadero products (like evaluating the need for automating some DBA tasks). A few questions are interesting for their broad perspective, like those focused on the relationship between developers and DBAs…

Btw, interesting that there is no mention of Embarcadero’s Interbase in the survey results.

Boolean datatype implemented in FB 3

The support for a BOOLEAN datatype was the third most voted feature in the Firebird tracker. The deal with it was about make it right and complete, having booleans expressions allowed where values are expected, and vice versa. Oracle did it wrong and they BOOLEAN is crap.

Yesterday I finished and committed this support for Firebird 3. You can use them like any other type. You can index it, aggregate by it and sort by it. If you have an index on a boolean field, you can also do indexed searches by its negated form (NOT field).

Read full post in Adriano’s blog.

Firebird Case Studies

Hello All Firebirders!

Today we start very important activity  – building Firebird Case Studies catalog.

WHAT IS CASE STUDY?

Case study is an example of real-world implementation of certain product.
Case study should be very specific and describe:

  1. Technical details (database size, # of users, transactions load),
  2. Type of business (ERP, hospital automations, CD catalogs, web-sites examples, etc) and
  3. Business value – license costs economy, performance increasing, etc.

WHY FIREBIRD PROJECT NEEDS YOUR CASE STUDIES?

Can Firebird gain against MySQL?

From Marco Cantu’s blog:

Now, this could be a very good opportunity for all of the other open source database servers (and also some of paid ones!), particularly the most popular ones like Firebird and PostgreSQL. I’m particularly fond of Firebird (the InterBase offspring) and use it in many projects and did a lot of consulting to Delphi developers using it. Can this be the rise of Firebird? MySQL with its huge popularity has certainly obscured it, so it could be a good time to act.

1 28 29 30 31 32 100