0

I'd think to make a new table (logs_table) and track the activity there. So the only query I'd have to run is something like:

SELECT * FROM logs_table

and I'll be ok. Is there a more efficient way of doing this?

Thanks in advance :)

4

1 回答 1

0

不是真的,最好的办法是将数据保存在数据库中,但是在删除它们之前我会小心记录的结构和年龄,这样你就不会使数据库过载并减慢网站的速度。

于 2011-10-03T22:09:51.037 回答