Skip to content

Allow representing database storage size in MB #51

@binod33

Description

@binod33

Database.java represents a database GB storage using int type. There are clouds like azurepack that supports database sizes less than a GB which cannot be properly represented with the integer type and always ends up with 0. Probably changing that field a float type might help representing values between 0 and 1 for such clouds.

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