Forum Post: RE: GUID/sequence

  • Thread starter Thread starter Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
There are many such comparisons possible between ABL and some other language. String operations in particular come to mind. And yet, by and large ABL performs just fine compared to these other languages. In part, some of that comes from having more complex operations like reading and writing the disk built in and highly optimized and in part it comes from comparing things which don't happen or don't matter. E.g., what exactly is the context in which one is generating 10,000 or 1 million GUIDs? Chances are, if it ever happens it is in the context of creating new records in the database ... and so, the overhead of creating a GUID is a meaningless iota in the midst of the processing to obtain and validate the data which is going into the record and writing the record to disk.

Continue reading...
 
Status
Not open for further replies.
Back
Top