Maximum Row in DBMS

后端 未结 3 1656
臣服心动
臣服心动 2021-01-16 03:50

Is there any limit to maximum row of table in DBMS (specially MySQL)?

I want create table for saving logfile and it\'s row increase so fast I want know what shoud I

3条回答
  •  长情又很酷
    2021-01-16 04:39

    You should periodically move log rows out to a historical database for data mining and purge them from the transactional database. It's a common practice.

提交回复
热议问题