Hello Team,
I have a question on amount of time it takes for an in-memory OLTP SQL2019 database(no Accelerated DB recovery configured) to come online .I have 2 tables each with 40GB in size (in-memory) part of the database. My question is, does the SQL has to load the complete 2 tables in to memory first before bringing the DB online?. Lets say each table takes 20seconds to load the table from disk to memory depending on the disk throughput, can we say the DB will not be available in online state for atleast
40 seconds (2 *20 seconds for each table) + regular recovery process of analysis,redo and undo phases for DB recovery? Is my understanding correct? can i get some pointers for the above concepts please?