【问题标题】:Postgres InternalsPostgres 内部结构
【发布时间】:2020-07-02 04:18:42
【问题描述】:

我想了解 postgres 如何将数据写入文件(文件格式和结构)。用于存储这些数据的编码方法和压缩方法是什么。压缩是单元级别还是整个表级别。数据修改如何在文件中发生。 postgres 如何优化它的 IO 处理?任何人都可以发送与这些主题相关的链接或文档。

【问题讨论】:

  • 访问postgresql.org(谁会想到...)。在那里你可以研究文档甚至源代码。
  • @sticky bit 是的,我浏览了文档。但我找不到压缩和 IO 相关处理

标签: database postgresql io disk-io


【解决方案1】:
I found the below links
[https://momjian.us/main/presentations/internals.html][1]
[http://www.interdb.jp/pg/][2]
[https://www.postgresql.org/docs/10/internals.html][3]
But I agree with [@stickybit][4], please search the web it will save the editors time & you will also get a wealth of knowledge.


  [1]: https://momjian.us/main/presentations/internals.html
  [2]: http://www.interdb.jp/pg/
  [3]: https://www.postgresql.org/docs/10/internals.html
  [4]: https://stackoverflow.com/users/9661424/sticky-bit

【讨论】:

    猜你喜欢
    • 2012-12-12
    • 1970-01-01
    • 2019-01-08
    • 2021-07-12
    • 1970-01-01
    • 1970-01-01
    • 2013-03-19
    • 2011-06-21
    • 1970-01-01
    相关资源
    最近更新 更多