1
0
Fork 0

deleting instructions

This commit is contained in:
Simon Grätzer 2017-05-09 23:20:02 +02:00
parent c320498540
commit 95937bcafe
1 changed files with 0 additions and 24 deletions

View File

@ -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 ?