dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27102
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 902: document preheatCache meta-data option
------------------------------------------------------------
revno: 902
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2013-12-27 13:35:31 +0100
message:
document preheatCache meta-data option
modified:
src/docbkx/en/dhis2_user_man_web_api.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-25 21:58:16 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-12-27 12:35:31 +0000
@@ -237,7 +237,7 @@
</para>
<para>The following query parameters are available for customizing your request.</para>
<para>
- <table>
+ <table>
<title>Available Query Filters</title>
<tgroup cols="5">
<thead>
@@ -283,10 +283,19 @@
yyyyMMdd</entry>
<entry>Filters the meta-data based on the lastUpdated field.</entry>
</row>
+ <row>
+ <entry>preheatCache</entry>
+ <entry>boolean</entry>
+ <entry>true</entry>
+ <entry>true | false</entry>
+ <entry>Turn cache-map preheating on/off. This is on by default, turning this off will make initial load time for importer much
+ shorter (but will make the import itself slower). This is mostly used for cases where you have a small XML file you want to
+ import, and don't want to wait for cache-map preheating.</entry>
+ </row>
</tbody>
</tgroup>
</table>
- </para>
+ </para>
<para>
<emphasis role="bold">Example: Get a filtered set of meta-data that was updated since August 1
2012</emphasis>