You cannot run any sql statements on a DashDB that result in locks that will conflict with the schema discovery process (SDP) during the initial load. See here for more information:
Question: How can I verify if SDP is running the initial load?
You cannot run any sql statements on a DashDB that result in locks that will conflict with the schema discovery process (SDP) during the initial load. See here for more information:
Question: How can I verify if SDP is running the initial load?
Log in to the Cloudant dashboard and select the
_warehouser
database. Inside that database, select the document that represents the SDP that you are trying to verify the status of. Inside that document, look for the tagsub_status
:This will be set to
initial
for the initial load andcontinuous
when the initial load has finished.