Sybase中垂直分区的查询
我正在与sybase合作。我有一个大约200万条记录的表A,其中包含一些我想移出的列并将其作为单独的表B。在此过程中我有一些问题...... 1. 我决定使用垂直分区,可以吗? 2.或者我可以在这个过程中使用什么其他技术?
请对此提出宝贵意见。
谢谢。
Am working with sybase.In that i have a table A of some 2 million records containing some columns which i want to move out and make it as a separate table B. I have some questions in this process...
1. I have decided to use vertical partitioning.Is that ok?
2.Or what other technique can i go about using in this process?
Please provide your valuable inputs in this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
垂直分区正在将列移动到新表。因此,在那个过程中,您不能使用任何其他技术(所有“其他”技术都是相同的东西,只是措辞不同)。
Vertical partitioning is moving columns to a new table. So in that process you can not use any other technique (all 'other' techniques are the same thing with different wording).