How are multidimensional tables stored in memory in LuaU?

Are data from table of tables in LuaU which exclusively use numbers as indices contiguous in memory (if yes, would it benefit from cache optimizations?) or could they be fragmented?