Habarisoft announces FireAlarm open source monitoring for the Firebird #RDBMS

Today Habarisoft announced the start of the FireAlarm project, a monitoring solution for the Open Source RDBMS Firebird.

FireAlarm checks Firebird servers for high load situations, caused by software failures or denial of service (DOS) attacks, and helps developers or database administrators to detect performance bottlenecks. It is written in the Java programming language and released as open source.

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading...

Core changes:plugin manager merged in trunk , stored procedures speedup in 2.5.1

Dimitry fixed one bug with stored procedures slowdown in some cases :Tuned the code a little in order to avoid redundant retrievals. As a side effect, it downgrades three-way joins to two-way ones, thus helping the optimizer to choose a good plan in the worst (zero selectivity) cases. This should resolve CORE-2933 (Very slow execution of a script that creates a lot of metadata) and CORE-3237 (Slow compilation of stored procedures) without tweaking the optimizer constants.

New plugin manager was committed to trunk. Use it for all types of plugins.

Alex Peshkoff Fixed binary packages build. No more CS/SS difference. No more linux RPMs on SF (now they are created on each distro anyway)
Another interesting bug fixed in the future 2.5.1 is CORE-2756 :substring from timestamp – unexpected result

1 Star2 Stars3 Stars4 Stars5 Stars (10 votes, average: 4.90 out of 5)
Loading...

crypt-o software powered by firebird

While on firebird-architect there was a serious discussion about encryption i found on the web the following software that uses firebird

Crypt-o will help you to organize and store securely any kind of valuable information, such as logins, passwords, customers or employees lists, access codes, credit card numbers, PIN codes, files, etc.
Crypt-o is a secure Client/Server solution for creating custom databases, which is designed for use in enterprise networks. The data is reliably stored in Firebird SQL Server database and is encrypted using AES encryption algorithm with 256-bit key. Crypt-o client applications access the Crypt-o Server using secure SSL connection.

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

4 key distinctions of the new IBProvider v3.4 that make your applications faster

4 key distinctions of the new IBProvider v3.4 that make your applications faster:

Firebird driver become faster

  1. Possibility to abort lengthy loading of resulting rowsets in SQL scripts.
  2. Control and adjustment at your own discretion of deferred data loading.
  3. Accelerated work with BLOB fields and arrays in updatable rowsets.
  4. Background garbage collector became multithreaded.

Please read details here: Firebird driver become faster

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

django-firebird switched for #django 1.2/1.3 support only in svn trunk

The django-firebird trunk was updated with new version. It supports django 1.2 and I hope what support the next 1.3 release too.

I was using this version on production web app and all work fine for
now.[ED:also firebirdsql.ro works ok with it]

The prior django-firebird implementation with support for django 1.1 was tagged

Please, feel free to check it out and report any issue.
Any feedback is wellcome.

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading...

Firebird 2.1.3 #HDD vs #SSD Benchmarks

The forum post with the results are in Spanish but here are the results and translation in English:
1. The computer was as below :

  • Intel Core i7 930 2.93 @ 4.0 Ghz
  • 6GB DDR3 1600 Cas 7
  • Mobo Gigabyte x58-UD3R
  • Professional 64-bit Windows 7
  • Firebird 2.1.3
  • 2. Hard Drives :
    a. Western Digital 1TB 64MB Cache Sata III Black
    b. Crucial 128GB RealSSD C300

    The test consisted in the creation of a database with 1 table :

    CREATE TABLE COR_PRUEBA (
    INTEGER INTEGER NOT NULL,
    CHARACTER CHAR (20),
    CARACTER2 CHAR (10),
    “DOUBLE” DECIMAL (15, 2),
    INTEGER1 INTEGER);
    ALTER TABLE COR_PRUEBA
    PK_COR_PRUEBA ADD CONSTRAINT PRIMARY KEY (INT);

    The test is done with the IBExpert 2009.08.19 and consisted of the insertion of 500,000 records (Insert operations) with random data.
    Results:

    Disc A (HDD): 1hr 11m 40s 43ms
    Disc B (SSD): 3m 42s 224ms

    What really stunned me was the Big difference and both tests were performed with exactly the same parameters.
    Judge yourself whether it is worth mounting a SSD for storage xD.

    1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 4.20 out of 5)
    Loading...

    1 218 219 220 221 222 485