mysql优化:当前&以前的订单应该在不同的表上,还是在带有标志列的同一个表上?
我想知道使用 mysql 最优化的方式是什么。
我有一个相当大的订单数据库。我有另一个表用于以前的订单,每当订单完成时,它就会从订单中删除并移至以前的订单。
我应该继续使用这种方法还是将它们全部放在同一个表中并添加一个标记当前订单或以前订单的列?
幼杉
I want to know what's the most optimized way to work with mysql.
I have a quite large database for orders. i have another table for previous orders, whenever the order is completed, it's erased from orders and is moved to previous orders.
should i keep using this mothod or put them all in the same table and add a column that flags if it's current or previous orders?
kfir
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论