Skip to content

Bulk load into already existing RTree #218

@drewhk

Description

@drewhk

Hi!

The current bulk load operation assumes that all the batch data is available upfront. In my case this is unfortunately not true: I get lerge batches over time instead of all upfront. Right now this means that I cannot use bulk load for later batches, only for my initially received batch - since bulk load build a new RTree from scratch, does not modify an existing one. Is there a way to build a new RTree from the new batch and merge it into the previous efficiently somehow?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions