如何组织大量的mysql表? [英] How can I organize a glut of mysql tables?

查看:36
本文介绍了如何组织大量的mysql表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的开发数据库现在有263个表.在开发过程中,我们只与少数几个一起工作.无论如何,是否有将所有表整理成类似文件夹的内容?

Our development database now has 263 tables. During development we only work with a few. Is there anyway to organize all the tables into something like folders?

推荐答案

没有办法对MySQL有意义的分层组织表.

There is no way to organize tables hierarchically that is meaningful to MySQL.

正如其他人指出的那样,您可以维护单独的架构(在MySQL,数据库中),或者可以开发和使用表命名结构来以对用户有意义的方式组织表(但对MySQL仍然没有意义) ).

As others have noted, you can maintain separate schemas (in MySQL, databases), or you can develop and use a table naming structure that organizes your tables in a way that is meaningful to users (but is still not meaningful to MySQL).

这篇关于如何组织大量的mysql表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆