数据库记录如何存储在磁盘上?
如果我有一个包含多个表的数据库,它们如何存储在磁盘上?
谁来决定最有效的存储方式?
有相关/文字/文章吗?
If I have a databases with multiple tables, how are they stored on the disk?
Who decides the most efficient way of storing them?
any relevant/text/article?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们完全且 100% 依赖于数据库供应商。每个数据库都会决定在磁盘上存储数据的最佳选择。
有很多80年代的论文都在谈论这个问题。在 scholar.google.com 中搜索它们。
They are completely and 100% database vendor dependent. Each DB decides what's the best option to store data on disk.
There are a lot of 80's paper that talk about it. Search them in scholar.google.com.