Back to Scylladb

Nodetool viewbuildstatus

docs/operating-scylla/nodetool-commands/viewbuildstatus.rst

latest553 B
Original Source

Nodetool viewbuildstatus

viewbuildstatus - <keyspace> <view> Shows the progress of a materialized view build.

For example:

::

nodetool viewbuildstatus my_keyspace my_view

my_view has not finished building; node status is below.

Host                Info

55.40.72.17       STARTED

Output options:

UNKNOWN - The host doesn't know about that view.

STARTED - The host is building the view.

SUCCESS - The host has finished building the view.

.. include:: nodetool-index.rst