On 18.04.11 09:23, Bill Bell wrote:
It runs delta imports faster. Normally you need to get the Pks that
changed, and then run it through query="" which is slow when you have a
lot of Ids....
but the query="" only adds/updates entries. I'm not sure how to delete
entries
by running a query like "select ... from ... where deleted = 1" .
as far as i understand there's "*postImportDeleteQuery" and
"**deletedPkQuery" *to achieve this.*
*Where according to the wiki *deletedPkQuery* is only used by
delta-imports, and
*postImportDeleteQuery* is used after a full import.
And from my understanding using
"dataimport?command=full-import&clean=false" matches
neither of the two, or am i wrong with that?*
*
thanks,
-robert
*
*