Skip to content

Write index and data file merge program #6

Description

@tdunning

It may be desirable to merge many days of data files or grid point index files together to improve query speed.

This should be done by computing intermediate merge files for a week or month at a time. Merging index files should be relatively quick because of their simple structure.

Merging data files should also be fairly quick because all data elements should already be sorted. Having a fixed mapping from grid point to data file might be desirable to facilitate that merging.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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