104105106107108109110111112113114
long st=System.nanoTime(); if (_hTable != null) { _hTable.flushCommits(); } long en=System.nanoTime(); _measurements.measure("UPDATE", (int)((en-st)/1000)); } catch (IOException e) { throw new DBException(e); } }