Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow representing database storage size in MB #51

Open
binod33 opened this issue Jan 11, 2016 · 0 comments
Open

Allow representing database storage size in MB #51

binod33 opened this issue Jan 11, 2016 · 0 comments

Comments

@binod33
Copy link

binod33 commented Jan 11, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant