Firebird 1TB Database

When Dmitry Kuzmenko (IBSurgeon) spoke at FDD a few weeks ago, he shown the results of his recent tests creating a 1 TB (yes, ONE TERABYTE) database with Firebird!

It was really cool to know that FB can handle such beast! A more detailed report about this will be public available in August. Keep checking FirebirdNews!

Firebird Protocol

Hi,

I’ve been working on an improved plug-in for wireshark (previously known  as ethereal) and have produced a “Wire Protocol Specification” as a  byproduct.

From my preliminary reading of news groups, etc., several people have  asked for this kind of information. It’s not complete, it’s not correct  but it’s better than anything else I have been able to find.

It should go in your Documentation and Papers section.

Regards,
Mark Chambers

Trees in the database: Advanced data structures

Lorenzo Alberton wrote in his blog about his paper presented at PHP conference

Storing tree structures in a bi-dimensional table has always been problematic. The simplest tree models are usually quite inefficient, while more complex ones aren’t necessarily better. In this talk I briefly go through the most used models (adjacency list, materialized path, nested sets) and introduce some more advanced ones belonging to the nested intervals family

ED: some of the principles can be applied to Firebird with CTE

What roles is user able to use?

About a month ago there was a question in Firebird (CZ) group how to find whether the user is able to use particular role or to get all roles for user.

As you probably know, a lot of stuff (almost everything) is in system catalog (system tables). The only problem is to figure out what’s the right set of parameters to use. To get all roles with users able to use it, you can use …

1 36 37 38 39 40 78