Reddit的评论系统(分层)

发布于 2024-07-06 07:13:36 字数 125 浏览 10 评论 0原文

看过Reddit源码的朋友们,它管理评论层次结构的逻辑到底在哪里呢?

我下载了代码,但甚至找不到数据库结构,更不用说用于注释的读写位置了。

如果有人在话题中途回复某人,它是否会对大量评论进行更新?

For those of you who have looked at Reddit's source code, where exactly is the logic where it manages the comments hierarchial structure?

I downloaded the code, but couldn't even find the database structure let alone where the reads and writes are for the commenting.

Is it doing updates on lots of comments if someone replies to someone mid-way through a thread?

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

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

发布评论

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

评论(1

不语却知心 2024-07-13 07:13:36

Comment 模型的类定义位于 r2 /models/link.py

The class definition for the Comment model is in r2/models/link.py .

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