I am running the SDP to export some data from Cloudant to dashDB.
The SDP status shows that one document is skipped, but the *_OVERFLOW
table is empty.
Questions:
- What does 'skipped' actually mean? What is the difference between skipped and error?
- How can I debug to find out which document was skipped?
- How can I debug to find out why the document was skipped?
SDP skips any document where the document identifier starts with '_', such as design documents, attachments, view definitions etc.
These special documents are excluded during discovery and load and there is no mention of them in the
OVERFLOW
table.For all other documents the SDP load can result in:
OVERFLOW
table)OVERFLOW
tableOVERFLOW
tableThe
OVERFLOW
table contains the document identifier for every warning and error.