I am using MySQL as a database and as the database is large, it has been indexed columnwise. But now there is the requirement to use the MSSQL like method for indexing as it has been said to perform faster whose link is as below:
According to it, it uses columnstore indexes along with Vector-based batch processing. So i wanna know that, is there any similar technique in MySQL for the fast processing to fetch the data from DB??????
Thanks in advance.