The database is still being created. Operations on the database may fail
with FAILED_PRECONDITION in this state.
Ready
The database is fully created and ready for use.
ReadyOptimizing
The database is fully created and ready for use, but is still
being optimized for performance and cannot handle full load.
In this state, the database still references the backup
it was restore from, preventing the backup
from being deleted. When optimizations are complete, the full performance
of the database will be restored, and the database will transition to
READY state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The content provides reference documentation for the `Database.Types.State` enum within the Google Cloud Spanner Database Administration v1 API."],["This API enum details the possible states of a database, including `Creating`, `Ready`, `ReadyOptimizing`, and `Unspecified`."],["The documentation lists various versions of the API, ranging from the latest beta version 5.0.0-beta05 down to version 3.5.0, each with its own link."],["The enum's descriptions clarify the implications of each state, such as whether the database is ready for use or still being optimized, and details some of the repercussions of the current state."]]],[]]