Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我的日志表很大,因此所有插入都很慢。我的表收集以下用户的信息,并在运行时存储:IP、用户代理字符串、推荐数据、日期、主机值等。
当前引擎是:MyIsam
该表很少用于检索信息,仅用于收集数据。
ID 列设置为主键并自动递增。
我想让事情变得更快,因为插入可能需要太长时间(我每分钟插入数百个)。
请建议每秒记录用户数据的此类表的最佳表结构是什么。
我已经尝试了许多解决方案,例如使用存档引擎,但我也应该使用索引值吗?我不知道。