Does Berkeley DB have a spatial index such as R-tree?
Asked
Active
Viewed 879 times
2 Answers
1
Someone's asking the same question on the Oracle forum. No Oracle answer yet. But the answer is no, it doesn't have any built-in spatial index functionality. Berkeley DB is a low-level database offering basic functionality which you can build upon. The building blocks are Btree, Hash, Queue and Recno. I don't doubt that a determined programmer could implement spatial indices using those. ;-)

Lumi
- 14,775
- 8
- 59
- 92