Does a database that is recovering from persistence wait to receive connections?

Last updated 22, Mar 2024

Question

When a database is recovering from persistence (e.g., after a cluster reboot), does it wait until rehydrated to accept new connections? Or are connections allowed before all data has been loaded?

Answer

Yes, it does wait, and connections are allowed as soon as the database has recovered.