there are only 42 pieces of data in the table, ordinary SQL statements, no index and so on, and the table structure has not changed by default. Why the query speed is so slow.
select
articleId,
CODE,
articleTitle,
articleImg,
articleKeyword,
articleAbstract,
articleDetail,
creationtime,
updatetime,
articleAuthor,
accessNum,
STATUS,
articleDate,
isDeleted,
thumbsNum,
parent
from
article
it took more than 30 seconds to check. I want to know why this happened. No, no, no. I don"t know much about the database.