-
Notifications
You must be signed in to change notification settings - Fork 37
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
Revise ScalarDB design doc #1335
Conversation
Revise contents to match the publicly available ScalarDL design doc.
[skip ci]
893746f
to
45b8fde
Compare
docs/design.md
Outdated
- [Making Cassandra more capable, faster, and more reliable](https://speakerdeck.com/scalar/making-cassandra-more-capable-faster-and-more-reliable-at-apachecon-at-home-2020) at ApacheCon@Home 2020 | ||
- [Scalar DB: A library that makes non-ACID databases ACID-compliant](https://speakerdeck.com/scalar/scalar-db-a-library-that-makes-non-acid-databases-acid-compliant) at Database Lounge Tokyo #6 2020 | ||
- [Transaction Management on Cassandra](https://speakerdeck.com/scalar/transaction-management-on-cassandra) at Next Generation Cassandra Conference / ApacheCon NA 2019 | ||
For details about the design and implementation of ScalarDB, please see the following paper that we presented at the VLDB 2023 conference: [ScalarDB: Universal Transaction Manager for Polystores](https://dl.acm.org/doi/10.14778/3611540.3611563) |
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.
It might be worth additionally introducing https://speakerdeck.com/scalar/scalardb-universal-transaction-manager-for-polystores-vldb23 as a light introduction?
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.
Oh! I didn't realize (or forgot) that that slide deck was available publicly. I think that could help provide a good introduction to ScalarDB, with the paper being mentioned as a reference as well!
@feeblefakie @brfrn169 What do you think?
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.
I think that's a good idea.
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.
Thanks! I've added that as the first link.
docs/design.md
Outdated
- [Making Cassandra more capable, faster, and more reliable](https://speakerdeck.com/scalar/making-cassandra-more-capable-faster-and-more-reliable-at-apachecon-at-home-2020) at ApacheCon@Home 2020 | ||
- [Scalar DB: A library that makes non-ACID databases ACID-compliant](https://speakerdeck.com/scalar/scalar-db-a-library-that-makes-non-acid-databases-acid-compliant) at Database Lounge Tokyo #6 2020 | ||
- [Transaction Management on Cassandra](https://speakerdeck.com/scalar/transaction-management-on-cassandra) at Next Generation Cassandra Conference / ApacheCon NA 2019 | ||
For details about the design and implementation of ScalarDB, please see the following paper that we presented at the VLDB 2023 conference: [ScalarDB: Universal Transaction Manager for Polystores](https://dl.acm.org/doi/10.14778/3611540.3611563) |
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.
It would be much more helpful to link to the presentation slides used at VLDB 2022 (or the recorded video, if available). I guess reading a full paper is a tough task for almost all 🫠.
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.
Agreed. I've added a link to the presentation slides, as you and @komamitsu suggested.
@feeblefakie Is there a video recording available from your presentation at VLDB 2023? I searched a bit but couldn't find any videos from the conference, even on the VLDB site or on YouTube.
[skip ci]
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.
LGTM! Thank you!
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.
LGTM! Thank you!
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.
LGTM! Thank you!
@josh-wong
Can you do the same for ScalarDL when you get a chance?
Description
This PR revises the ScalarDB design doc to direct readers to the paper that we presented at the VLDB 2023 conference. Pointing readers to the paper is similar to what we have done for the ScalarDL design doc.
Related issues and/or PRs
N/A
Changes made
Revised contents.
The following is a screenshot of
design.md
on the docs site (locally).Checklist
Additional notes (optional)
Please see the comments in the document.
Release notes
N/A