Skip to content

Performance improvement for tests with small spatial test data sets [draft] #76

@jonherrmann

Description

@jonherrmann

ETF Improvement Proposal (EIP)

An EIP is a GitHub issue which proposes an improvement of the ETF validator.
It must follow the template below and provide at least information for
the first 4 sections.

Background and Motivation:

It takes some time to start the tests, also because the hard disk must be accessed to write index structures.

Proposed change

Small spatial data sets could be tested in-memory.

It should be possible to configure a limit for the data set size. If the data set size is below the limit and the memory utilisation is in a non-critical status (at least the size of the data set is free in RAM and is occupied to a maximum of 50 %), the test is executed in-memory.

Alternatives

Funding

Additional information

Metadata

Metadata

Assignees

No one assigned

    Labels

    EIP-draftAnnouncement. Will not be discussed further as long as the necessary information is available.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions