Skip to content

latest 5 build causes our initialisation script to take around 18 times longer than previous version #40

@erikv-hill-labs

Description

@erikv-hill-labs

The latest 5 version which pulls in version 5.0.4 of firebird makes our main init script to build our database go from around 33 seconds to run, to almost 10 minutes.

If I change our compose.yaml to

db:
    image: firebirdsql/firebird@sha256:93458e3fb7023bfc4cd6cf855b05e373338ce56d1ffd13e05e883e7ad42e7136

Then it takes around 33 sconds to run through the scripts
when it is

  db:
    image: firebirdsql/firebird:5

It takes close to 10 minutes
I also tried 5-bookworm to see if it was the change to trixie that made the difference, but it also took the 10 minutes.

Is there any other debugging I can do to try to track down this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions