help wantedmilliperformance
Metriche repository
- Star
- (57.572 stelle)
- Metriche merge PR
- (Merge medio 11g 20h) (41 PR mergiate in 30 g)
Descrizione
Multiple things can / should be done to improve the geosearch:
- Currently, we need to
Deserializethe wholeRTreein memory before being able to do anything. This consumes a lot of RAM and thus is quite slow. => We should patch rstar to add the possibility to parse theRTreepart by part - When creating an
RTreefor the first time we should use the function bulk_load - Add the possibility to sort the position by descending order. It will also require to modify rstar