Skip to content

Feature Requests: A dictionary can store 1 billion of entries and under 100GB. #959

@ghost

Description

  • A dictionary can store 1 billion of entries and under 100GB

Approximately 100 bytes per line of text, what is the total storage requirement for 1 billion lines of text?

$$10^9 \times 100 \approx 10^{11}$$ bytes

Converted to GB, it is approximately:

$$\frac{10^{11}}{1024 \times 1024 \times 1024} \approx 93.13$$ GB

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