diff --git a/GEOINDEX_PLAN_DELETE_ME_BEFORE_MERGING_BACK b/GEOINDEX_PLAN_DELETE_ME_BEFORE_MERGING_BACK deleted file mode 100644 index 15e766d6d7..0000000000 --- a/GEOINDEX_PLAN_DELETE_ME_BEFORE_MERGING_BACK +++ /dev/null @@ -1,24 +0,0 @@ -1. Create new GeoIndex. - partial -2. Attach to existing GeoIndex - parital -3. Drop GeoIndex -4. Disconnect from GeoIndex -5. PotRead - partial -6. PotWrite - partial -7. SlotRead - partial -8. SlotWrite - partial -9. CreatePot (take the next number) -10. CreateSlot (take the next number) -11. Also needs start and stop transaction routine and to use them - -Das sind die - Punkte, die Richard eingeplant hatte zum Anschluss. Über die obere Ebene - weiß er praktisch nichts. - -Questions for Richard: - -//- How to communicate non existent values in SlotRead, PotRead ? -// - Return value != 0 ? - -- The GeoIx struct contains some fields, `potct` and `slotct` which we would need to store and recover from RocksDB. - -- Above the functions `CreatePot` and `CreateSlot` are mentioned, but they are not in the source code ?