Is starrocks a good mysql oltp replacement?

what’s the cons of replacing mysql entirely with starrocks?

MySQL is an OLTP database that uses row-based storage, making it suitable for transactional workloads. StarRocks, on the other hand, is an OLAP database that uses columnar storage, making it ideal for data analysis workloads. If you are using MySQL for data analysis, you can replace MySQL with StarRocks. However, if you are using MySQL for traditional OLTP scenarios, it is not appropriate to replace it with StarRocks.