btree 中的 btree 与 mysql 或 postgres

发布于 2024-10-18 08:23:15 字数 104 浏览 0 评论 0原文

mysql 和/或 postgres 在 btree 的叶子中是否有小 btree?假设我在多个列上使用索引,那么这将是一个很好的功能。

或者索引中的键只是一个分隔符分隔的东西?

does mysql and/or postgres have small btrees in the leafs of the btree? Say I am using an index over multiple columns, then that would be a nice feature to have.

Or is the key in the index only a delimiter separated thing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笛声青案梦长安 2024-10-25 08:23:15

不确定 Postgres,但不,MySQL 不使用嵌套 B 树。我相信多列索引就像连接两个值一样对待。 这是一篇好文章关于 MySQL B 树的实现。

Not sure about Postgres, but no, MySQL doesn't use nested B-Trees. I believe multi-column indexes are just treated like the two values are concatenated. Here's a good article about the MySQL B-tree implementation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文