-
Notifications
You must be signed in to change notification settings - Fork 62
Planning
Sriram Melkote edited this page Aug 1, 2013
·
2 revisions
The planning is split into the mapreduce views and the spatial views.
- Remove old couchdb based views
- Remove code in the index merger that is no longer needed because of the removal of the old couchdb based views
- Writing blog post about how partitions with the view engines work
- Make updating of the new spatial views possible (currently there's only the initial index building)
- Remove old spatial views
- Make new spatial view fully partition aware (e.g. consistent views during rebalance)
- Improve initial index building (for faster query times)
- Implement spatial view updates in C Next generation spatial index
- Do performance testing with the RR*-tree data set
- Compare performance to other R-tree implementations (Boost.Geometry, libspatialindex)