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?
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?