Hacker News new | ask | show | jobs
by tintor 5089 days ago
How do you do lock-free updates to the R-tree structure?
2 comments

Most updates aren't lock-free.
I think what pron is saying is that initial writes are lock-free but updates to existing data will require locks in most cases?