note 70448 added to function.dba-optimize
The difference between "dba_optimize" and "dba_sync":
Use "dba_optimize" to optimize a database, which usually consists of eliminating gaps between records created by deletes.
The "dba_sync" function will synchronize the view of the database in memory and its image on the disk. As you insert records, they may be cached in memory by the underlying engine. Other processes reading from the database will not see these new records until synchronization.
----
Server IP: 212.124.37.9
Probable Submitter: 213.198.84.198 (proxied: 169.254.7.163, 10.198.84.194)
----
Manual Page -- http://www.php.net/manual/en/function.dba-optimize.php
Edit -- https://master.php.net/note/edit/70448
Del: integrated -- https://master.php.net/note/delete/70448/integrated
Del: useless -- https://master.php.net/note/delete/70448/useless
Del: bad code -- https://master.php.net/note/delete/70448/bad+code
Del: spam -- https://master.php.net/note/delete/70448/spam
Del: non-english -- https://master.php.net/note/delete/70448/non-english
Del: in docs -- https://master.php.net/note/delete/70448/in+docs
Del: other reasons-- https://master.php.net/note/delete/70448
Reject -- https://master.php.net/note/reject/70448
Search -- https://master.php.net/manage/user-notes.php
|