Dr Philip Stephens

Results 4 comments of Dr Philip Stephens

From the regularity and the numbers I bet it triggers a rebalance that is slow enough to time out the http socket. Could you possibly print out the index nodes...

In fact. Depending on how the http endpoint is implemented, it's possible that you have concurrent modifications. It's a known bug with the current RTree implementation that a that concurrent...

I can confirm with certainty that the RTree is not thread safe. It is possible to simultaneously trigger two rebalancing which conflict as they propagate up the tree. It is...

Yes. But if you are not modifying the tree, and only reading from it, you are fine to use one Spatial Database Service per thread. The RTree is read-safe if...