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."],[[["This document details various versions of the `Google.Cloud.Spanner.Admin.Database.V1` library, ranging from version 3.5.0 to the latest beta release, 5.0.0-beta05."],["The content primarily focuses on the `State` enum within the `Google.Cloud.Spanner.Admin.Database.V1.Database.Types` namespace, which represents the operational state of a database."],["There are four possible states for a database as defined by this enum: `Creating`, `Ready`, `ReadyOptimizing`, and `Unspecified`, each with distinct implications for database operations and performance."],["The latest version, `5.0.0-beta05`, is identified as the most recent beta version available for this library."],["The `ReadyOptimizing` state indicates that a database is operational but still undergoing optimization, during which time it may not handle full load and prevents deletion of its source backup."]]],[]]