S
Stefan Marquardt
Guest
This database is not production, I am testing the performance during the inital load of new fields in every table. hQueryHandle:query-prepare("for each " + cTableName + " exclusive-lock where RecordGUID = ~"~""). repeat transaction: hQueryHandle:get-next(). if hQueryHandle:query-off-end = true then leave. assign hBufferHandle:buffer-field("RecordGUID"):buffer-value() = guid(generate-uuid). end.
Continue reading...
Continue reading...