Wenn Sie einen Stream erstellt haben, haben Sie den Stream entweder erstellt und sofort gestartet oder Sie haben ihn erstellt, ohne ihn zu starten.
Wenn Sie den Stream erstellt, aber nicht gestartet haben, können Sie dies jetzt tun. Durch das Starten des Streams kann Datastream Daten, Schemas und Tabellen von der Quelldatenbank zum Ziel übertragen.
Rufen Sie in der Google Cloud Console die Seite Streams auf.
Klicken Sie das Kästchen links neben dem Stream an, den Sie starten möchten.
Klicken Sie auf START (Starten).
Klicken Sie im Dialogfeld auf STARTEN. Der Status des Streams ändert sich von Not started in Starting in Running.
Nachdem Sie einen Stream gestartet haben, können Sie ihn überwachen, um zu prüfen, ob Datastream Daten aus der Quelldatenbank an das Ziel übertragen hat.
Stream pausieren
Nachdem Sie einen Stream gestartet haben, können Sie ihn pausieren. Wenn ein Stream pausiert wird, ruft Datastream keine neuen Daten aus der Quelldatenbank in das Ziel ab. Einige Daten werden jedoch möglicherweise weiterhin in das Ziel geschrieben, da „In-Flight“-Daten weiterhin fließen.
In einigen Fällen müssen die Daten in der Quelldatenbank beibehalten werden, wenn Sie einen Stream pausieren, bis Sie den Stream fortsetzen. Die Aufbewahrungsdauer für die Quelldatenbank ist möglicherweise begrenzt. Wenn der Stream länger als der Aufbewahrungszeitraum der Quelle pausiert und dann fortgesetzt wird, kann dies dazu führen, dass der Stream fehlschlägt. Wenn dies der Fall ist, löschen Sie den Stream, erstellen Sie einen neuen und starten Sie ihn dann, damit Datastream Daten, Schemas und Tabellen aus der Quelldatenbank in das Ziel übertragen kann.
Rufen Sie in der Google Cloud Console die Seite Streams auf.
Klicken Sie das Kästchen links neben dem Stream an, den Sie pausieren möchten.
Klicken Sie auf PAUSIEREN.
Klicken Sie im Dialogfeld auf PAUSIEREN. Der Status des Streams ändert sich von Running in Draining. Durch das Draining eines Streams wird der Stream geleert, sodass er keine Daten enthält.
Nachdem der Stream geleert wurde, ändert sich der Status des Streams von Draining in Paused.
Nachdem Sie einen Stream pausiert haben, können Sie ihn fortsetzen, damit Datastream neue Daten aus der Quelldatenbank an das Ziel übertragen kann.
Stream fortsetzen
Sie können einen Stream fortsetzen, den Sie pausiert haben. Durch das Fortsetzen des Streams kann Datastream neue Daten aus der Quelldatenbank an das Ziel übertragen.
Rufen Sie in der Google Cloud Console die Seite Streams auf.
Klicken Sie das Kästchen links neben dem Stream an, den Sie fortsetzen möchten.
Klicken Sie auf FORTSETZEN. Der Status des Streams ändert sich von Paused in Running.
Nachdem Sie einen Stream fortgesetzt haben, können Sie ihn überwachen, um zu prüfen, ob Datastream neue Daten aus der Quelldatenbank an das Ziel übertragen hat.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-12 (UTC)."],[[["\u003cp\u003eStreams can be started to enable Datastream to transfer data, schemas, and tables from the source database to the destination.\u003c/p\u003e\n"],["\u003cp\u003ePausing a stream stops Datastream from pulling new data, although some in-flight data may still reach the destination, and source databases may have retention time limits.\u003c/p\u003e\n"],["\u003cp\u003eResuming a paused stream allows Datastream to continue transferring new data from the source database to the destination.\u003c/p\u003e\n"],["\u003cp\u003eThe process of starting, pausing and resuming a stream changes its status which can be monitored.\u003c/p\u003e\n"]]],[],null,["# Run a stream\n\nThis page describes the actions that you can take when you run a stream. The actions include:\n\n- [Starting a stream](#startastream)\n- [Pausing a stream](#pauseastream)\n- [Resuming a stream](#resumeastream)\n\nStart the stream\n----------------\n\nWhen you [created a stream](/datastream/docs/create-a-stream#createthestream), you either created the stream and started it immediately, or created the stream without starting it.\n\nIf you created the stream, but you didn't start it, then you can do so now. By starting the stream, Datastream can transfer data, schemas, and tables from the source database to the destination.\n\n1. Go to the **Streams** page in the Google Cloud Console.\n\n [Go to the Streams page](https://console.cloud.google.com/datastream/streams)\n2. Select the checkbox to the left of the stream that you want to start.\n\n3. Click **START**.\n\n4. In the dialog, click **START** . The status of the stream changes from `Not started` to `Starting` to `Running`.\n\n | It takes about 30 seconds for the stream to start running. Background resources need to start so that the stream can start.\n |\n | For more information about the states and transitions of a stream, see [Stream lifecycle](/datastream/docs/stream-states-and-actions).\n\nAfter starting a stream, you can [monitor it](/datastream/docs/monitor-a-stream)\nto verify that Datastream transferred data from the source database to\nthe destination.\n\nPause the stream\n----------------\n\nAfter [starting a stream](#startastream), you can pause it. When a stream is\npaused, Datastream doesn't pull any new data from the source database\ninto the destination. However, some data may continue to be written to the\ndestination as data \"in flight\" continues to flow.\n\nIn some cases, if you pause a stream, then the source database must retain the\ndata until you [resume the stream](#resumeastream). The retention period for the\nsource database may be limited. If the stream is paused for longer than the\nsource retention period, and then the stream is resumed, this can cause the\nstream to fail. If this occurs, [delete the\nstream](/datastream/docs/delete-a-stream), [create a new\none](/datastream/docs/create-a-stream), and then start it so that\nDatastream can transfer data, schemas, and tables from the source\ndatabase to the destination.\n\n1. Go to the **Streams** page in the Google Cloud Console.\n\n [Go to the Streams page](https://console.cloud.google.com/datastream/streams)\n2. Select the checkbox to the left of the stream that you want to pause.\n\n3. Click **PAUSE**.\n\n4. In the dialog, click **PAUSE** . The status of the stream changes from `Running` to `Draining`. Draining a stream is the process of emptying the stream so that it doesn't contain any data.\n\n After the stream is drained of all data, then the status of the stream changes from `Draining` to `Paused`.\n | For more information about the states and transitions of a stream, see [Stream lifecycle](/datastream/docs/stream-states-and-actions).\n\nAfter pausing a stream, you can [resume it](#resumeastream) so that\nDatastream can transfer new data from the source database to the\ndestination.\n\nResume the stream\n-----------------\n\nYou can resume a stream that you [paused](#pauseastream). By resuming the\nstream, Datastream can transfer new data from the source database to\nthe destination.\n\n1. Go to the **Streams** page in the Google Cloud Console.\n\n [Go to the Streams page](https://console.cloud.google.com/datastream/streams)\n2. Select the checkbox to the left of the stream that you want to resume.\n\n3. Click **RESUME** . The status of the stream changes from `Paused` to `Running`.\n\n | For more information about the states and transitions of a stream, see [Stream lifecycle](/datastream/docs/stream-states-and-actions).\n\nAfter resuming a stream, you can [monitor it](/datastream/docs/monitor-a-stream)\nto verify that Datastream transferred new data from the source database\nto the destination.\n\nWhat's next\n-----------\n\n- To learn more about streams, see [Stream lifecycle](/datastream/docs/stream-states-and-actions).\n- To learn how to modify your streams, see [Modify a stream](/datastream/docs/modify-a-stream).\n- To learn how to recover a stream, see [Recover a stream](/datastream/docs/recover-a-stream).\n- To learn how to delete an existing stream, see [Delete a stream](/datastream/docs/delete-a-stream)."]]