Changes

Jump to navigation Jump to search
274 bytes added ,  14:40, 22 February 2013
The [[Options#AUTOFLUSH|AUTOFLUSH]] option can be turned off before ''bulk operations''
(i.e. before a large number of new resources is added to the database).
 
The [[Options#ADDCACHE|ADDCACHE]] option (introduced with {{Version|7.6.1}})
will first cache the input before adding it to the database. This is helpful
when the input documents to be added are expected to eat up too much main memory.
The following commands create an empty database, add two resources, explicitly flush data
SET AUTOFLUSH false
ADD example.xml
SET ADDCACHE trueADD .../path/to/xml/documents
STORE TO images/ 123.jpg
FLUSH
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu