增加一个link_buf类,以及log写入机制

This commit is contained in:
Aph-CUG 2024-08-27 09:20:02 +08:00
parent 7be8e6b1dd
commit 0b794c9ab9
1 changed files with 2 additions and 0 deletions

View File

@ -627,6 +627,7 @@ public class GraphTransaction extends IndexableTransaction {
* unconcerned with add vertex
*/
this.beforeWrite();
//todo This is where the transaction feature needs to be added
this.addedVertices.put(vertex.id(), vertex);
this.afterWrite();
} catch (Throwable e) {
@ -2220,3 +2221,4 @@ public class GraphTransaction extends IndexableTransaction {
this.store().removeOlapTable(pkId);
}
}