Skip to content

QUESTION: How can rtree.index.Index properties be used to tweak performance ? #267

@manuel-koch

Description

@manuel-koch

Looking at the docstring of Property it is not clear to me what properties can be used to tweak the performance of the index for individual use cases.

Is it possible to enhance the descriptions of the properties to give hints what values can be used to adapt to certain scenarios:

  • when using many differently sized AABBs
  • when using mostly equal sized AABBs
  • when most of the AABBs are clustered at a special region within the whole Index

E.g. I would like to know details ( typical values, range of values, use cases for values ) about properties like :

  • fill_factor
  • leaf_capacity
  • near_minimum_overlap_factor
  • reinsert_factor
  • split_distribution_factor
  • tight_mbr
  • variant, what are the differences between RT_Linear, RT_Quadratic, and RT_Star

Thank you for providing this library !

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