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.
我们在 Microsoft SQL 中有一堆表,因此每个表都有自己的检查约束。最后,我们创建了一个分区视图,对这些表执行“UNION ALL”。我们尝试插入这个分区视图是相当成功的。选择、更新和删除都正常工作。
我们也希望 MySQL 5.4 中也有类似的功能。创建这样的结构是否可行?如果是,我在哪里可以找到更多信息。
提前致谢。
你想要 MySQL 的合并存储引擎。