Description |
If it is written buffered to a table with WRITEREC(db,x,1), at the end of the writing operation FLUSHDB has to be called, that the changes are transmitted. Particularly if new records are added, they are not saved without calling FLUSHDB.
Buffered writing is normally not necessary, but it can increase the performance a bit when having a huge number of writing operations (import of big data base).
|