-
Notifications
You must be signed in to change notification settings - Fork 30
Metadata table v2 #91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
901ad7d to
a31a3cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| case NDB_WRITER_NOTE_META: | ||
| break; |
Copilot
AI
Oct 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The NDB_WRITER_NOTE_META case is empty and does not call any handler function. This means note metadata writes will be silently ignored instead of being processed.
4d5970b to
f7bce64
Compare
Signed-off-by: William Casarin <[email protected]>
these had wrong function names in them Signed-off-by: William Casarin <[email protected]>
09555a6 to
b1053b8
Compare
Signed-off-by: William Casarin <[email protected]>
this is needed for the metadata table Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
Signed-off-by: William Casarin <[email protected]>
Add online counting for: - quotes - thread replies - direct replies - total reactions only for kind1 and longform for now Signed-off-by: William Casarin <[email protected]>
also verify it matches the online counting
Signed-off-by: William Casarin <[email protected]>
ca03306 to
c1a785d
Compare
Signed-off-by: William Casarin <[email protected]>
This is v2 of the metadata table. Before we used flatbuffers, but here we switch to a custom table design with an API.
See docs/metadata.md for the design