Hi friends,My assumption regarding the in-memory tables is that we create the tables & we configure which tables we want to make as in-memory tables. These tables use the ssd disks which acts as the RAM & provides fast data processing.My question is What will happen if we put our whole database on a SSD Disk? Since the complete database now resides in the SSD itself the data processing time should be the same now for all the tables, irrespective of whether a table has been configured as in-memory table or not. So, in that case if we put our database on SSD, then we don't need to enable or configure the table to be in-memory table pr is there anything else to it( such as memory grants etc will come into play?)Thanks in advance.
↧